Mega Code Archive

 
Categories / Flex / Components
 

Restricting Input

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">     <mx:TextInput id="firstNameTextInput" restrict="a-z - A-Z" /> </mx:Application>