-
Notifications
You must be signed in to change notification settings - Fork 327
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(TextArea): Spread rest props to the native textarea tag #2442
fix(TextArea): Spread rest props to the native textarea tag #2442
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @ziperfal!
Please take a look at some of the concerns and suggestions I raised here 🙏🏼
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work man, thanks for the contribution! 💯
@ziperfal please run prettier on the types file, it fails the lint 🙃 |
Main Changes:
rest
props object to the nativetextarea
tag in order to support native HTML API.Impact:
Related:
https://monday.monday.com/boards/5896576795/pulses/7480825140
https://monday.slack.com/archives/C02S6F817JQ/p1726471392017299
ask-vibe ticket: https://monday.monday.com/boards/6965884836/pulses/7499773996
I have read the Contribution Guide for this project.