ComboBox with optional user override
January 5th, 2009I am loading a combobox with data from the server. I however do not want to restrict the user to the selection of one of these values. I would like them to be able to simply type over the box to enter their own custom value. I can get this far by setting the 'readonly:false' property. The problem comes in when I try to retrieve the value though.
Anyone out there know of the correct approach?
Thanks
var combo = new Ext.form.ComboBox({
...
valueField: null,
...
});
// I believe this will get the correct value...
combo.getValue();
#If you have any other info about this subject , Please add it free.# |
Posted in dballastages.com | edit