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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 431/checkbox initial checked #448

Merged
merged 1 commit into from May 2, 2022

Conversation

jrgarciadev
Copy link
Member

Closes #431

馃摑 Description

Checkbox's initialChecked prop was being passed to the html

鉀筹笍 Current behavior (updates)

React doesn't recognize the initialChecked prop on a DOM element

馃殌 New behavior

The initialChecked prop was taken out from the checkboxProps, this prop will be renamed to defaultSelected in a near future

馃挘 Is this a breaking change (Yes/No): No

馃摑 Additional Information

The initialChecked will be renamed to defaultSelected in a near future to have a better @react-aria integration

@jrgarciadev jrgarciadev changed the base branch from main to next May 2, 2022 02:15
@jrgarciadev jrgarciadev added this to the 馃敟 v1.0.0-beta.7 milestone May 2, 2022
@jrgarciadev jrgarciadev merged commit 19d2361 into next May 2, 2022
@jrgarciadev jrgarciadev mentioned this pull request May 9, 2022
@jrgarciadev jrgarciadev deleted the fix_431/checkbox-initial-checked branch March 20, 2023 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CHECKBOX BUG initialChecked
1 participant