You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2022. It is now read-only.
please add event to tap like so: tap: function tap(e) { // Call onClick indirectly so that React's Synthetic Touch Event doesn't propagate. // The resulting behavior should be that an options dropdown list can be scrolled // and only selects an option when a user has tapped an option without dragging the parent. this.props.onClick(e); }