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

Wrong event value onBlur fixed #3137

Conversation

habubey
Copy link
Contributor

@habubey habubey commented Aug 4, 2022

###Defect Fixes
Fix-#2224--Dropdown wrong event value onBlur fixed

@melloware
Copy link
Member

melloware commented Aug 4, 2022

I don't think this is right its passing the input onBlur event which is properly defined as a FocusEvent

onBlur?(event: React.FocusEvent<HTMLInputElement>): void;

@melloware
Copy link
Member

I am going to close this. I fixed it the correct way: #3164

@melloware melloware closed this Aug 18, 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.

2 participants