pashminakazi commented on issue #613: Typed code is not visible in TextInput URL: https://github.com/apache/royale-asjs/issues/613#issuecomment-563936933 after adding this in MaskedTextInput override public function invalidateDisplayList():void { if (parent != null) { updateDisplayList(0,0); } else { updateDisplayList(width, height); } invalidateDisplayListFlag = true; } Setup :  I am reverting my changes of invalidateDisplayList in MaskedTextInput. Investigate this issue when you start your day tomorrow. Thanks
---------------------------------------------------------------- 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
