How can I format <select>
's <option>
element? Currently we have to use some plugins, like select2, or chosen, or selectboxit, or selectizr.
These js files are big size if we only need to modify UI of <select>
's <option>
element, and don't need to use these libraries other features like, tagging, search etc.
I was able to remove <select>
's arrow so I can use any custom arrow or not. check it at :
How can I hide a <select> arrow in Firefox 30+?
But I did't find any option for improving presentation of elements.