akannu
12 Dec 2007, 10:30 AM
As per API documentation, the following is the definition:
----------
editable : Boolean ComboBox
False to prevent the user from typing text directly into the field, just like a traditional select (defaults to true)
----------
The part I disagree with is "just like a traditional select". A traditional select element in HTML allows user to type the 1st character directly into the field, but uses that entry to match.
The reason I am asking is..EXT has a combobox but not drop down (similar to SELECT). Actually, we like the flexibility and config options of combobox. At the same time, we want to know if there is anyway we can make it work just like a SELECT/DROP DOWN if we ever come across a need for it.
----------
editable : Boolean ComboBox
False to prevent the user from typing text directly into the field, just like a traditional select (defaults to true)
----------
The part I disagree with is "just like a traditional select". A traditional select element in HTML allows user to type the 1st character directly into the field, but uses that entry to match.
The reason I am asking is..EXT has a combobox but not drop down (similar to SELECT). Actually, we like the flexibility and config options of combobox. At the same time, we want to know if there is anyway we can make it work just like a SELECT/DROP DOWN if we ever come across a need for it.