You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2021/02/12 11:56:10 UTC

[GitHub] [royale-asjs] jmegonzalez commented on issue #1065: mx DateField, impossible to manually enter date.

jmegonzalez commented on issue #1065:
URL: https://github.com/apache/royale-asjs/issues/1065#issuecomment-778152300


   Hi,
   I have the same issue,
   The problem is inheritance, I mean DateField extends InputText, and this class have an issue about editable attribute.
   When you pass editable=false it transforms into readonly=false, but in a reverse way, if you pass editable=true you get readonly=true. It's a mistake.
   I've proposed a pull request to fix that: [https://github.com/apache/royale-asjs/pull/1060]()
   
   I hope it was useful.
   Regards.


----------------------------------------------------------------
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:
users@infra.apache.org