gfranko / jquery.selectBoxIt.js

A jQuery Select Box Plugin for Mobile, Tablet, and Desktop
http://www.selectboxit.com
MIT License
852 stars 301 forks source link

using data-text attribute on mobile devices #319

Open chrismeats opened 9 years ago

chrismeats commented 9 years ago

I am having an issue using the data-text attribute to use html in my options. I am adding subscripts to some of my options. It works great on regular browsers but on mobile devices the options that have a subscript do not show in the native spinner wheel.

Looking at the code in the plugin it looks like this is because on mobile devices the native select is placed directly over the drop down. Is there any work around to get this to work with the data-text attribute?

If there is not a good solution I think I will either need to turn off the mobile support or be ok with not having the subscripts.

Thank you for any help!

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.