PDA

View Full Version : Combobox reset()


Arikon
04-19-2007, 10: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
04-16-2008, 05:12 AM
Anyone has solution ?
I am facing this problem now.