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

V6 - audit onBlur/onFocus and other handlers #10215

Closed
kmcfaul opened this issue Mar 27, 2024 · 1 comment
Closed

V6 - audit onBlur/onFocus and other handlers #10215

kmcfaul opened this issue Mar 27, 2024 · 1 comment
Labels
Tech debt improvements to code that do not affect either user or product developers’ experience.

Comments

@kmcfaul
Copy link
Contributor

kmcfaul commented Mar 27, 2024

onBlur and onFocus should be added back to TextArea with the required event parameter.
Other handlers should be checked at this point in case any params need to be required as well.

@kmcfaul kmcfaul added the Tech debt improvements to code that do not affect either user or product developers’ experience. label Mar 27, 2024
@jonkoops
Copy link
Contributor

onBlur and onFocus should be added back to TextArea with the required event parameter.

Why should they be added back? These are already provided by React's types (HTMLProps<HTMLTextAreaElement>).

@tlabaj tlabaj closed this as completed Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tech debt improvements to code that do not affect either user or product developers’ experience.
Projects
Archived in project
Development

No branches or pull requests

3 participants