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

Move transferProps back from fieldset to input in RadioField (#481) #502

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

bedrich-schindler
Copy link
Contributor

Closes #481

Copy link
Contributor

@mbohal mbohal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer to also update the docs. Change:

All attributes that don't interfere with the API are forwarded to the native HTML

to:

All attributes that don't interfere with the API are forwarded to the native HTML elements

To make it clear, that props are transfered to all of the nested <inputs>s.

@adamkudrna adamkudrna merged commit bc1744f into master Oct 18, 2023
10 checks passed
@adamkudrna adamkudrna deleted the task/481 branch October 18, 2023 19:20
@adamkudrna adamkudrna added bug Something isn't working and removed feature labels Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move the onChange handler back to Radio inputs
3 participants