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
required
optional()
inputProps() returning required even for optional() schema
n/a
No response
The text was updated successfully, but these errors were encountered:
Just hit this. Easy work around for now is to set required={false} manually on my input and rely on server side validation.
required={false}
Sorry, something went wrong.
Yeah. I’m reworking the whole client side part of the helper. Sorry about that. I hope to have this fixed soon.
No branches or pull requests
Describe the bug
inputProps() returning
required
even foroptional()
schemaYour Example Website or App
n/a
Steps to Reproduce the Bug or Issue
n/a
Expected behavior
n/a
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: