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
Use vee-validate and vue-vinal-modal
inputs:
'name', req: >=3 and <= 25 signs. valid signs are A-Z, a-z, 0-9, as well as !"#$%^&()-_=+.
'email', valid signs are A-Z, a-z, 0-9
'password', req >=12 and <=20. valid signs are A-Z, a-z, 0-9, as well as !"#$%^&()-_=+
Submit button.
How to validate: Input validation should take place immediately after the user has entered data and switched to another input. Validation of the password input will occur after clicking the submit form button.
It will be responsive and user friendly form.
The text was updated successfully, but these errors were encountered:
Use vee-validate and vue-vinal-modal
inputs:
'name', req: >=3 and <= 25 signs. valid signs are A-Z, a-z, 0-9, as well as !"#$%^&()-_=+.
'email', valid signs are A-Z, a-z, 0-9
'password', req >=12 and <=20. valid signs are A-Z, a-z, 0-9, as well as !"#$%^&()-_=+
Submit button.
How to validate: Input validation should take place immediately after the user has entered data and switched to another input. Validation of the password input will occur after clicking the submit form button.
It will be responsive and user friendly form.
The text was updated successfully, but these errors were encountered: