You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's pretty standard behaviour for for fields that are disabled to be ignored when validating forms. Setting disabled on Vuestic form fields only alters styling and has no effect on validation.
Reproduction
Add a VaInput or VaTextarea etc. component inside a VaForm with disabled = true and a basic required rule. IsValid will be false if the disabled input is empty.