aharui commented on issue #610: Mx and Spark TextInput editable property is not working URL: https://github.com/apache/royale-asjs/issues/610#issuecomment-562012148 It is hard to tell from the video, but it looks like the readOnly attribute is not set on the element. I suggest that you step over the line that sets readOnly and examine the element and see if that line of code actually set the attribute. If it did, then some other code removed it. If it didn't get set, I would try setting the string "true" instead of the boolean.
---------------------------------------------------------------- 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
