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
Describe the bug Trying to use rx.input with min/max/pattern does not work. These parameters does not get rendered to HTML.
rx.input
To Reproduce Check out the official docs/examples: https://reflex.dev/docs/library/forms/form/low/#validation
Expected behavior Min/Max/Pattern get rendered to HTML.
Additional context maybe related to pullrequest #3159.
The text was updated successfully, but these errors were encountered:
Fixed in the upcoming 5.0 release
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Trying to use
rx.input
with min/max/pattern does not work. These parameters does not get rendered to HTML.To Reproduce
Check out the official docs/examples: https://reflex.dev/docs/library/forms/form/low/#validation
Expected behavior
Min/Max/Pattern get rendered to HTML.
Additional context
maybe related to pullrequest #3159.
The text was updated successfully, but these errors were encountered: