Hi all,
I need add change listener to my field but chang event call only if I lost focus, click mouse on other item, use tab key and oters. Can I manage add character or remove character event?
Thanks
Hi all,
I need add change listener to my field but chang event call only if I lost focus, click mouse on other item, use tab key and oters. Can I manage add character or remove character event?
Thanks
TextField, NumberField, DateField, etc., all have keydown, keypress, and keyup events (as well as specialkey) you can use. Don't forget to set enableKeyEvents to true.