The expected behavior is:
when the user submits the form (or blur the field if set on=blur), the validation will be triggered and the form errors will be shown. and after your correct the error field, the error should dismiss directly (or after blur the filed).
But by now, there seems some bug. If I set on=blur, only the field color is updated after blur, the form errors messages are maintained until another form submit is triggered.
and if I call validate form or even is valid in onValid callback, it will cause dead loop
if a search dropdown is in a form and you get error when you are tying
form.js:834 Uncaught TypeError: Cannot create property 'identifier' on boolean 'false'
@zhaoyao91 how to fix the validate error when there is search dropdown in form
Most helpful comment
@zhaoyao91 how to fix the validate error when there is search dropdown in form