Hi all. I need help debugging a port of the halo Form to spark.

I can't get the FormItem to layout its children correctly. The TextInput in the 
example below sizes past the edge of the FormItem.

Any help would be appreciated.

<ns:Form width="100%">
                
        <ns:FormItem label="URL:" width="100%" >
        <s:TextInput width="100%" />
        </ns:FormItem>
                
</ns:Form>

The files for the Form control are located in this Google Docs directory: 
<https://docs.google.com/leaf?id=0B8pe9gUeykKWZjg1ODliNjctODViMi00Y2JlLTg0ZGQtYjdiNGE1Y2RmNDli&hl=en>

Reply via email to