Is there a valid attribute on q-form or similar?
-
I’m looking to display an icon at the top of the q-form to display the validation status of the form. When invalid it’ll show an exclamation mark and when valid, a tick mark. I’d like this icon to update automatically/reactively - is there a
valid
attribute on the q-form component that I can use, rather than have to callvalidate()
after every user input?