Replies: 1 comment
-
There's no configuration option to allow this behaviour as of now. But, the only thing that defines whether validation messages are shown is if the field is "touched". So if you set your field to touched as soon as you start typing (e.g. by using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there a way to set
touchOnChange
totrue
for regular text input fields. For forms that are editors and have already values, I would prefer to show input errors after changes to a field immediately, not only after focus out.Beta Was this translation helpful? Give feedback.
All reactions