You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great component!
Was just thinking it would be cool to maybe include some way of duplicating the 'required' functionality within a static HTML5 form? The bare minimum is one of the radio inputs within a namespace/group having the attribute but it is suggested they all have it just just for consistency.
This can be currently achieved by adding the required attribute to the <Radio> children nodes, however it would be nice to specify it on the RadioGroup to match all the other API props?
Happy to look into this and create a PR if you agree?
The text was updated successfully, but these errors were encountered:
Great component!
Was just thinking it would be cool to maybe include some way of duplicating the 'required' functionality within a static HTML5 form? The bare minimum is one of the radio inputs within a namespace/group having the attribute but it is suggested they all have it just just for consistency.
This can be currently achieved by adding the required attribute to the
<Radio>
children nodes, however it would be nice to specify it on theRadioGroup
to match all the other API props?Happy to look into this and create a PR if you agree?
The text was updated successfully, but these errors were encountered: