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"/>
   ![Restrict is accepting dot 
](https://user-images.githubusercontent.com/42200979/69952890-f5c64980-1519-11ea-8f32-18cb545883d1.gif)
   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

Reply via email to