Replies: 1 comment 2 replies
-
I use the react-aria-components |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using React Router's action data to return validation errors from the server. I'm passing those validation errors to my TextInput component (based on react-aria-components) like this:
The problem is: once I set the isInvalid prop, due to how native html5 validation behaves, the form can't be submitted anymore.
steps:
isInvalid=true
I know this is not an issue with RR or RAC per-se, but it feels like a pretty common scenario and I wonder if you have any suggestions on how to fix this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions