pashminakazi opened a new issue #628: MaskedTextInput field is behaving incorrect URL: https://github.com/apache/royale-asjs/issues/628 Project Details are : https://paste.apache.org/cpo8y Test case is available on VDI. Go to Fixed Assets from Select in Menu Go to Authorized Person from Setups in Menu File : com/dbz/modules/FA/dbzAuthorizedPerson.mxml Code Field is MaskedTextInput which is in DbizLib MaskedTextInput field is not allowing to input.then i replace super.text = _working.join(""); with super.text; Now it is allowing input but if we enter 4 digit code like '1111' and then we want to remove it then only last '1' will be removed and if we enter any other digit instead of '1' then it will enter only '1' Please help me i can't understand what maskedTextInput is doing. I am sending you Flex and Royale files for comparison Flex MaskedTextInput : https://paste.apache.org/alo92 royale MaskedTextInput : https://paste.apache.org/eo1yx 
---------------------------------------------------------------- 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
