Skip to content

Render InputGroup, ButtonGroup, and Radio as <fieldset> to improve controlling and accessibility #466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 22, 2023

Conversation

adamkudrna
Copy link
Member

All input groups now use the <fieldset> element.

InputGroup can be disabled now.

⚠️ Pontential BC: The suffix of the ID of Radio label element changed from __labelText to __label
(so all input groups use the same approach).

…prove controlling and accessibility

`InputGroup` can be `disabled` now.

⚠️ Pontential BC: The suffix of the ID of `Radio` label element changed from `__labelText` to `__label`
(so all input groups use the same approach).
@adamkudrna adamkudrna force-pushed the feature/fieldset-layouts branch from 379d63a to 9b2518a Compare May 22, 2023 15:14
@adamkudrna adamkudrna merged commit a7168e1 into master May 22, 2023
@adamkudrna adamkudrna deleted the feature/fieldset-layouts branch May 22, 2023 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants