Skip to content
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

Remove invisible InputGroup and Radio labels from code since parent <fieldset>s still have accessible <legend> #495

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

adamkudrna
Copy link
Member

@adamkudrna adamkudrna commented Sep 25, 2023

BREAKING CHANGE

The element with <ID>__displayLabel is no longer present in DOM when isLabelVisible is false.

Migration

If you were using <ID>__displayLabel for automated testing, please use <ID>__label instead.

@adamkudrna adamkudrna self-assigned this Sep 25, 2023
@github-actions github-actions bot added the BC Breaking change label Sep 25, 2023
…nt `<fieldset>`s still have accessible `<legend>`
@adamkudrna adamkudrna force-pushed the bc/remove-invisible-legend branch from da83d3e to c60d3e6 Compare September 27, 2023 15:31
@adamkudrna adamkudrna merged commit 2e8b1ac into master Sep 27, 2023
9 checks passed
@adamkudrna adamkudrna deleted the bc/remove-invisible-legend branch September 27, 2023 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BC Breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants