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

[TextArea] Issue #564

Open
kevinmitch14 opened this issue Aug 14, 2024 · 0 comments · May be fixed by #566
Open

[TextArea] Issue #564

kevinmitch14 opened this issue Aug 14, 2024 · 0 comments · May be fixed by #566

Comments

@kevinmitch14
Copy link

kevinmitch14 commented Aug 14, 2024

TextArea props don't match native the textarea props.

Radix Themes:

  • value accepts string | undefined
  • defaultValue accepts string | undefined

Native:

  • value accepts string | number | readonly string[] | undefined
  • defaultValue string | number | readonly string[] | undefined

Not sure if this is an issue or intended.

@kevinmitch14 kevinmitch14 linked a pull request Aug 15, 2024 that will close this issue
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 a pull request may close this issue.

1 participant