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

feat(radio-button-group): associate with forms #9188

Closed
wants to merge 5 commits into from

Conversation

benelan
Copy link
Member

@benelan benelan commented Apr 25, 2024

Add value and form properties to radio-button-group and make the component formAssociated. This aligns with segmented-control being formAssociated rather than segmented-control-item.

If we need to support radio-button outside of radio-button-group, does anyone have context? Otherwise, we should remove form association from radio-button during the next breaking change. In preparation, this deprecates the form and required properties in favor of the ones on radio-button-group.

@github-actions github-actions bot added the enhancement Issues tied to a new feature or request. label Apr 25, 2024
@benelan benelan closed this Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issues tied to a new feature or request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant