craftpip / bootstrap-fullscreen-select

[unmaintained] Fullscreen select for mobile devices.
http://craftpip.github.io/bootstrap-fullscreen-select
MIT License
88 stars 24 forks source link

Display only on mobile, use HTML inside option name #25

Open mazzarito opened 5 years ago

mazzarito commented 5 years ago

I'm going to implement some features from bootstrap select, including the idea of using a data-content for the option name instead of the actual option name if it's available, this way you can display an icon/image/swatch in the list.

Also was going to figure out an easy way to only make this work on mobile, for instance in my use case I want to use bootstrap-select for desktop users and this for mobile.

If there is interest in these 2 options I will do a pull request?