1.0.0 • Published 6 years ago

vue-input-validate v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

HTML5 input validation components for VueJS

Components

OptionsTypeDefaultValue
typestring"password"none
passwordstring"alphanumeric""alphanumeric", "alphanumeric_camelcase", "alphanumeric_specialcharacter", "alphanumeric_specialcharacter_camelcase"
mininteger00 - 255
maxinteger2550 - 255
  • Password
ValueDescription
alphanumericwhich contain only characters, numeric digits and underscore
alphanumeric_camelcasewhich contain at least one numeric digit, one uppercase and one lowercase letter.
alphanumeric_specialcharacterwhich contain at least one numeric digit, one uppercase and one lowercase letter.
alphanumeric_specialcharacter_camelcasewhich contain at least one numeric digit and a special character.
1.0.0

6 years ago