PDA

View Full Version : Combobox reset()



Arikon
19 Apr 2007, 6:59 AM
I've found a little bug.

I have such code in Combobox config


var combo = new Ext.form.ComboBox({
...
emptyText: 'Choose value',
valueNotFoundText: 'Value is incorrect!'
});


Then form created, all is okey, in combo we have a text 'Choose value'.
But, when I press a button, which performs


form.reset();

we get 'Value is incorrect!' text in combo.

ifcwlme
16 Apr 2008, 1:12 AM
Anyone has solution ?
I am facing this problem now.