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 checked attr for radio-button by default #1558

Merged
merged 7 commits into from
Mar 28, 2024

Conversation

shantanuk-browserstack
Copy link
Contributor

@shantanuk-browserstack shantanuk-browserstack commented Mar 27, 2024

In the new behaviour, if any of the radio-button have checked attribute present in the dom by default,
it will be removed by default.

Only those radio-buttons will have checked attribute present in their rendered dom which are currently in checked state i.e. element.checked returning true

@shantanuk-browserstack shantanuk-browserstack changed the title [PER-3047] Remove checked attr for radio-button by default Remove checked attr for radio-button by default Mar 28, 2024
@shantanuk-browserstack shantanuk-browserstack marked this pull request as ready for review March 28, 2024 10:32
@shantanuk-browserstack shantanuk-browserstack requested a review from a team as a code owner March 28, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants