I’m starting to use Bootstrap from Twitter and needed to add an HTML Select to my document.
I’ve found a great implementation of a HTML Select in this Demo http://rails-admin-tb.herokuapp.com/admin/drafts/new and was looking to create something similar.
Do you know if there is already an UI element that I can include to get the same look and behavior?
If not, how can I create something similar?
All that site has a great look, and I was hoping if someone could give me some hints on how to achieve a look and feel like that.
There’s no HTML element that can do this natively (yet), it must be done with javascript.
Try “Chosen”: http://harvesthq.github.com/chosen/