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 Input component currently lacks any unit tests.
Input
label
value
placeholder
errorMessage
onChange
disabled
There are no unit tests for the Input 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 Input component.
_tests_
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
The
Input
component currently lacks any unit tests.Expected Behavior
Input
component to verify:label
,value
,placeholder
, anderrorMessage
.onChange
handler when the input value changes.disabled
prop.Current Behavior
There are no unit tests for the
Input
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 theInput
component.Steps to Reproduce
_tests_
folder.Input
component.Severity/Priority
Checklist
The text was updated successfully, but these errors were encountered: