in reply to Default Dropdown Value

From an UI perspective, I'm never happy with drop down lists with 30+ items. I prefer an autocomplete text entry with a dropdown list for manually choosing/inspecting the values (a "ComboBox" in Windows parlance).

But implementing something like that involves Javascript, and I'm unaware of a nice library that takes a listbox / <select> and turns it into a ComboBox.