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(Select): add onBlur callback to select toggle #7198

Merged
merged 1 commit into from
Apr 11, 2022

Conversation

kmcfaul
Copy link
Contributor

@kmcfaul kmcfaul commented Apr 8, 2022

What: Closes #6882

Adds onBlur property that is passed to the SelectToggle. Whenever focus is removed from the toggle the blur will trigger.

@kmcfaul
Copy link
Contributor Author

kmcfaul commented Apr 8, 2022

@vjwilson Let me know if this won't work for your use case, I think I've added the callback to the right spot.

@patternfly-build
Copy link
Contributor

patternfly-build commented Apr 8, 2022

Copy link
Contributor

@tlabaj tlabaj left a comment

Choose a reason for hiding this comment

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

LGTM

@tlabaj tlabaj merged commit ca91510 into patternfly:main Apr 11, 2022
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.

Expose the onBlur event with the Select component
4 participants