Hi...
I want to edit the drop down list on the selection of the items in the drop down... i dont want to add a seperate textbox...
Please help me on this...
Hi...
I want to edit the drop down list on the selection of the items in the drop down... i dont want to add a seperate textbox...
Please help me on this...
YUI have an example of a combobox built using their AutoComplete control, although it looks quite different from a normal select drop down. I couldn't vouch for how usable it would be either.
This is not directly possible, however you can use various JavaScript UI widgets to simulate this.
YUI has the AutoComplete which resembles a dropdown combobox. ExtJs also has a ComboBox that might be closer to what you want. Just search for JavaScript ComboBox on Google.