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:
- is there event 1 can use when changes actual value in datefield's textinput control?
- 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
Post a Comment