the form editor (Designer 5.2.0.128) has a bug with Radio Button:
if I want to set two Radio buttons with Yes/No choice,
it generates the following xforms :
<xforms:select1 appearance="full" ref="instance('taskoutput')/fe:select156">
<xforms:item>
<xforms:label>SELECT</xforms:label>
<xforms:value/>
</xforms:item>
<xforms:item>
<xforms:label>Yes</xforms:label>
<xforms:value>yes</xforms:value>
</xforms:item>
<xforms:item>
<xforms:label>No</xforms:label>
<xforms:value>no</xforms:value>
</xforms:item>
</xforms:select1>
and when deployed there is three choices: SELECT, Yes, No
(see images attached)
PS: by the way, where should we file bug reports ?
RV
