-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Many of inputs don't support label={false} #6352
Labels
Comments
Thanks for reporting this. Many of them (NumberInput for example) actually support it but are missing the proper types and PropTypes. We'll gladly accept PRs to fix that, one input at a time. |
Hi.. |
Hello.. |
This was referenced Jun 22, 2021
Fixed by #6381 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What you were expecting:
NumberInput, AutoCompleteInput and all inputs support label={false} same as TextInput to hide label
What happened instead:
NumberInput and many input cause error when label prop is false
Steps to reproduce:
Try
The text was updated successfully, but these errors were encountered: