Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
Using the standard t:validate="required" attribute on t:radiogroup like so does not work
<t:radiogroup t:id="options" value="data.options" t:validate="required" >
<t:label for="option1"/><t:radio t:id="option1" t:value="option1"/>
<t:label for="option2"/><t:radio t:id="option2" t:value="option2"/>
</t:radiogroup>
When the form is submitted and neither radiobutton 'option1' or 'option2' in 'options' is selected, there is no client-side validation failure.
N.B. The server-side validation using the validate="required" attribute works as expected.
Attachments
Issue Links
- is related to
-
TAP5-1513 @Validate on RadioGroup not applied
- Open