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
To verify that the problem is with the $button, we can add the needsclick class to it, so it gets ignored by FastClick (JSFiddle). This is a rather ugly solution though, so it should be much preferred to simply remove the touchstart listener from the library, as was done with bootstrap.
The text was updated successfully, but these errors were encountered:
When using FastClick, iOS browsers require a double tap to select an option from a bootstrap-select. Seems related to this issue, which was fixed when bootstrap removed their
touchstart.dropdown.data-api
listeners. bootstrap-select still has one of those.To verify that the problem is with the
$button
, we can add theneedsclick
class to it, so it gets ignored by FastClick (JSFiddle). This is a rather ugly solution though, so it should be much preferred to simply remove thetouchstart
listener from the library, as was done with bootstrap.The text was updated successfully, but these errors were encountered: