Razvan Surdu Personal Blog

25May/100

Remove Focus From a Text Input In Flex

If you want to remove the focus from a flex component you can use this:

this.stage.focus = null;
Tagged as: , No Comments