how do i enable text input in a select element in order to both manually input a any numeric value or choose from a select having limited options?
For example desktop applications such as photoshop, adjusting character size!

views:
15answers:
2
A:
You'll have to go with a normal text input and mimic the select element using a dropdown div, similarly to what Google does to provide search suggestions.
RegDwight
2010-02-05 06:20:11
Thanx RegDwight i had thought of that but how to i include a down row which one can click for a drop down to appear? more help on this pliz
mukamaivan
2010-02-05 09:46:22