bootstrap-fullscreen-select
bootstrap-fullscreen-select copied to clipboard
Display only on mobile, use HTML inside option name
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?