yishayw opened a new issue #1179: URL: https://github.com/apache/royale-asjs/issues/1179
In this app `<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:js="library://ns.apache.org/royale/basic"> <fx:Declarations> </fx:Declarations> <fx:Script> <![CDATA[ public function compute(value:String):String{ return value; } ]]> </fx:Script> <mx:ComboBox width="250" top="30"> <mx:dataProvider> <fx:Object label="{compute('scp')}" data="scp"/> <fx:Object label="{compute('ftp')}" data="ftp"/> </mx:dataProvider> </mx:ComboBox> </mx:Application>` selected item shows as '[object Object]' instead of 'scp' -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
