pashminakazi opened a new issue #702: RadioButton Selection depends on Spark TextInput's value URL: https://github.com/apache/royale-asjs/issues/702 Project Details are : https://paste.apache.org/cpo8y Test case is available on VDI. Go to Import from Select in Menu Go to Import -> LC Charges from Setups in Menu File : com/dbz/modules/IMP/dbzLCChargesSetup.mxml there's a check for radiobutton <s:RadioButton id="rbNone" label="None" groupName="ChargesType" selected="{(lcc_Chg_Percnttag.text == '0' ? true : false)}" click="fn_SetChargesType();" tabIndex="16"/> **selected="{(lcc_Chg_Percnttag.text == '0' ? true : false)}"** lcc_Chg_Percnttag is a spark TextInput and its value is 0 but while debugging it shows its value 1 which is wrong so the radiobutton can't be selected
---------------------------------------------------------------- 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
