nihavend opened a new issue #605: FormItem label is not displayed URL: https://github.com/apache/royale-asjs/issues/605 FormItem label is not displayed. Sample code : ``` <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.apache.org/royale/spark" xmlns:mx="library://ns.apache.org/royale/mx" height="100%" width="100%" > <fx:Metadata> </fx:Metadata> <fx:Script> <![CDATA[ import spark.layouts.HorizontalLayout; ]]> </fx:Script> <fx:Declarations> </fx:Declarations> <s:FormItem id="FormItem_0" label="Begin Offset" layout="{new HorizontalLayout()}" width="200" > <s:NumericStepper id="beginOff" stepSize="1" width="100" minimum="0" maximum="999999999" /> </s:FormItem> </s:Application> ```
---------------------------------------------------------------- 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
