Hello,
I am using restrict function of TextInput to allow users to input some set of
chars, something like this
<mx:TextInput id="name" restrict="a-zA-z0-9"/>
This makes my application to run correctly in English locale (en_US). However
if I change the locale to say zh_CN (Chinese simplified) then user is not
allowed to enter any Chinese chars. Seems like but obvious, I am checking
English chars which differs from Chinese chars. Does anybody know how to make
this restriction (TextInput.restrict) I18N compliant?
Any help would be appreciated. Thanks in advance.
regards
--sachin
--
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en.