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 2017/11/05 06:55:46 UTC

[GitHub] Harbs commented on issue #31: DateField model missing text in date field

Harbs commented on issue #31: DateField model missing text in date field
URL: https://github.com/apache/royale-asjs/issues/31#issuecomment-341953147
 
 
   It's an edge use-case, and like you say, the contents of the text input can be accessed by addressing the view.
   
   The important bit in the component is the selected date. The string that is displayed is just the view representation of that. I have no idea why you would even need to read the value. You have the Date and can format the selected date any way you like.
   
   We do need better documentation on components and their standard beads, but that is a more general problem we're working on and not specific to this case.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services