actionscript 3 - Flex - DateField change event -


i using datefield editable 1 in application. , did change event filter function. want same function each keystroke. tried valuecommit. it's did nothing. questions are:

  1. is there event 1 can use when changes actual value in datefield's textinput control?
  2. how use textinput normal textfield component?

thank you.

you can use keyup event. rised every time when release pressed button in textfield. think make trick.

<mx:datefield  keyup="datefield1_keyuphandler(event)" editable="true"/> 

Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -