piotrzarzycki21 opened a new issue #456: <fx:Binding doesn't work in some cases URL: https://github.com/apache/royale-asjs/issues/456 We are trying to use in our project two way Binding. We have run into an issue where in some cases it doesn't work at all or event break binding in some files. I have Jewel DropDownList and TextInput where I'm using following code: `<fx:Binding source="dpl.selectedItem" destination="this.user" />` Above code should assign to local variable user value in the result of changed selection in drop down list. What's wors there is also commented out code which break completely binding in this file. <fx:Binding source="this.myText" destination="textInput.text" /> I'm attaching project and generated js file. Project is being configured with Moonshine and Maven. [DropdownlistBindingIssue.zip](https://github.com/apache/royale-asjs/files/3551272/DropdownlistBindingIssue.zip) [Content.zip](https://github.com/apache/royale-asjs/files/3551280/Content.zip)
---------------------------------------------------------------- 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
