pashminakazi opened a new issue #603: Restrict Property should not allow dot(.) if it is not mentioned in restrict URL: https://github.com/apache/royale-asjs/issues/603 <s:TextInput restrict="0-9A-Z" maxChars="4" id="bmt_Code" width="250" tabIndex="1" x="205" y="141"/>  s:TextInput should not allow dot (.) if restrict is "0-9A-Z" I removed slash between "0-9A-Z" because it was taking "/" as a character and allow it to be typed in s:TextInput. If restrict="0-9/A-Z" then it allows 0-9 A-Z "/" and dot(.) If restrict="0-9A-Z" then it allows 0-9 A-Z and dot(.)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
