tobiu
29 Jun 2010, 5:00 AM
hi team,
when using multiple spinnerFields and clicking (focussing) them through,
one after one gets a blue border that won't get removed onBlur.
I use the following quite simple fix:
onBlur: function(){
Ext.ux.form.SpinnerField.superclass.onBlur.call(this);
}
kind regards
tobiu
when using multiple spinnerFields and clicking (focussing) them through,
one after one gets a blue border that won't get removed onBlur.
I use the following quite simple fix:
onBlur: function(){
Ext.ux.form.SpinnerField.superclass.onBlur.call(this);
}
kind regards
tobiu