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
After looking at this issue some more, I don't think there is a perfect solution. Because the original select box is used for mobile devices, SelectBoxIt can't listen for a click event on the select box options (since browsers don't support this behavior). The alternative approach, that I am not using, is to listen for when the select box is clicked on a mobile device and then to switch the text to the currently selected option. It isn't perfect, but it is the best I can do right now. To test the latest code, grab it from the dev branch here: https://github.com/gfranko/jquery.selectBoxIt.js/blob/dev/src/javascripts/jquery.selectBoxIt.min.js
To reproduce:
Same thing works fine via a desktop browser, so it must be something to do with the native drop down.
The text was updated successfully, but these errors were encountered: