aharui commented on issue #875:
URL: https://github.com/apache/royale-asjs/issues/875#issuecomment-650280502


   I guess I wasn't clear enough.  The browser is has different uniqueness 
rules than Flash.  A RadioButton's group is effectively registered at the 
browser level, not the MXML document level as it is in Flash/Flex.  So if you 
have more than one copy of a RadioButton group in Royale there browser sees it 
as one.
   
   I think a simple workaround is to add a "groupName" property to your 
dbzDateTimePicker and use that groupName as the groupName for the RadioButtons. 
 You might  be able to use the "id" property as the groupName for the 
RadioButtons.


----------------------------------------------------------------
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]


Reply via email to