-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Prerequisites
- I have searched the existing issues
- I understand that providing a SSCCE example is tremendously useful to the maintainers.
- I have read the documentation
- Ideally, I'm providing a sample JSFiddle, Codesandbox.io or preferably a shared playground link demonstrating the issue.
What theme are you using?
chakra-ui
Version
6.x
Current Behavior
In version 5.x we use liveValidation
with errorlist on false. In the following scenario we submit the form and see a required validation. Now when we type something that is not correct in terms of the given pattern, and blur the field, nothing happens. The validation is only visible when errorlist is false, but under the field itself no error is shown. Only on submit. This is why we use liveValidation
.
Is this behaviour changed? Of how can we restore it in the old behaviour?
Expected Behavior
No response
Steps To Reproduce
No response
Environment
- OS:
- Node:
- npm:
Anything else?
No response