We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Textarea component currently lacks any unit tests.
Textarea
label
value
placeholder
errorMessage
rows
onChange
There are no unit tests for the Textarea component in the project.
You can reproduce this issue by navigating to the _tests_ folder and confirming that there are no unit tests for the Textarea component.
_tests_
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
The
Textarea
component currently lacks any unit tests.Expected Behavior
Textarea
component to verify:label
,value
,placeholder
,errorMessage
, androws
.onChange
handler when the textarea value changes.rows
attribute, including a default value when not specified.label
anderrorMessage
when not provided.Current Behavior
There are no unit tests for the
Textarea
component in the project.Reproducibility
You can reproduce this issue by navigating to the
_tests_
folder and confirming that there are no unit tests for theTextarea
component.Steps to Reproduce
_tests_
folder.Textarea
component.Severity/Priority
Checklist
The text was updated successfully, but these errors were encountered: