mdissel
26 Sep 2007, 10:15 AM
I've got a form with a combobox (with forceselection=true), when the user tabs through the form everything is ok, but when the user enters a wrong value in the Ext.form.ComboBoxand uses the mouse to press a button it seems that the blur event is not triggered on the Ext.form.ComboBox, resulting in a form.isValid() = true..
I've implemented a workaround to move the focus to another control just before calling form.isValid(), but maybe this can be tackled in the control itself.. (i'm not sure if it's a Ext.form.ComboBox only problem)
Thanks
Marco
I've implemented a workaround to move the focus to another control just before calling form.isValid(), but maybe this can be tackled in the control itself.. (i'm not sure if it's a Ext.form.ComboBox only problem)
Thanks
Marco