Dear all,
I have done an ovveride of the standard TextInput component
In this component I have :
addEventListener( FocusEvent.FOCUS_OUT, handleFocusOut );
- My method is trigerred when the field loose focus for another field (nice)
- Problem : It is trigerred alose when the whole flex application lose focus (when my field has the current focus inside my form)
Questions :
- What have I done wrong ?
- Is there a way to avoid doing stuff when it is a application-focusout-event ?
Regards