did you set the formatNumber to 2? in the <HTMLWidget> section?
formatNumber="2"
you can then specify a separator like:
<text name="name" label="Name:" defaultValue="You" />
<separator/>
<info label="Here's some more content"/>
-hope this helps
did you set the formatNumber to 2? in the <HTMLWidget> section?
formatNumber="2"
you can then specify a separator like:
<text name="name" label="Name:" defaultValue="You" />
<separator/>
<info label="Here's some more content"/>
-hope this helps