stormid / components

UI components
https://stormid.github.io/components/
MIT License
2 stars 2 forks source link

Validate radio button #232

Closed Nick-StormID closed 1 year ago

Nick-StormID commented 1 year ago

Adding "required" validation adds aria-required to the inputs, which fails WCAG21 labels-or-instructions. Need to manage "required" validation on a radiogroup without adding those attributes.

Nick-StormID commented 1 year ago

Covered with https://github.com/stormid/components/issues/233