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

fix(react): allow onBlur and onFocus to be passed to Checkbox without messing up focus state #1095

Merged
merged 3 commits into from
Jun 21, 2023

Conversation

thuey
Copy link
Collaborator

@thuey thuey commented Jun 20, 2023

Closes #1094

@thuey thuey requested a review from a team as a code owner June 20, 2023 16:54
@github-actions
Copy link
Contributor

Preview branch generated at https://checkbox-focus-handlers.d1gko6en628vir.amplifyapp.com

Zidious
Zidious previously approved these changes Jun 20, 2023
packages/react/src/components/Checkbox/index.tsx Outdated Show resolved Hide resolved
packages/react/src/components/Checkbox/index.tsx Outdated Show resolved Hide resolved
thuey and others added 2 commits June 20, 2023 16:41
Co-authored-by: Jason <jason@scurker.com>
Co-authored-by: Jason <jason@scurker.com>
@thuey thuey merged commit 2dd973a into develop Jun 21, 2023
2 checks passed
@thuey thuey deleted the checkbox-focus-handlers branch June 21, 2023 12:56
@github-actions
Copy link
Contributor

Preview branch generated at https://checkbox-focus-handlers.d1gko6en628vir.amplifyapp.com

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.

Allow Checkbox to take onFocus and onBlur props
3 participants