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
{{ message }}
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
It would be nice to let the vaidation of minLength and maxLength validators optional by passing in 0 for the arg. This way it can be set dynamically more easy.
<textarea name="text" v-model="text" v-validate:minLength="0" v-validate:maxLength="50"></textarea>
Would only validate maxlength.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice to let the vaidation of minLength and maxLength validators optional by passing in 0 for the arg. This way it can be set dynamically more easy.
<textarea name="text" v-model="text" v-validate:minLength="0" v-validate:maxLength="50"></textarea>
Would only validate maxlength.
The text was updated successfully, but these errors were encountered: