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(TextArea): Spread rest props to the native textarea tag #2442

Merged

Conversation

ziperfal
Copy link
Contributor

@ziperfal ziperfal commented Sep 25, 2024

Main Changes:

  1. Spread rest props object to the native textarea tag in order to support native HTML API.

Impact:

  1. A more robust component

Related:

@ziperfal ziperfal requested a review from a team as a code owner September 25, 2024 08:35
@ziperfal ziperfal changed the title Spread rest props to the native textarea tag bug: Spread rest props to the native textarea tag Sep 25, 2024
Copy link
Contributor

@YossiSaadi YossiSaadi left a 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 🙏🏼

@YossiSaadi YossiSaadi changed the title bug: Spread rest props to the native textarea tag fix(TextArea): Spread rest props to the native textarea tag Sep 25, 2024
Copy link
Contributor

@YossiSaadi YossiSaadi left a 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! 💯

@YossiSaadi
Copy link
Contributor

@ziperfal please run prettier on the types file, it fails the lint 🙃

@YossiSaadi YossiSaadi merged commit f74d5bd into mondaycom:master Sep 25, 2024
4 checks passed
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