moeen-basra / ree-validate

Simple React.js input validation plugin extended from vee-validate
MIT License
16 stars 4 forks source link

missing "same" rule #5

Closed Kepro closed 6 years ago

Kepro commented 6 years ago

Versions:

Description:

same:field The given field must match the field under validation.

Steps To Reproduce:

Error: [ree-validate] No such validator 'same' exists.

I need compare password and confirm password

moeen-basra commented 6 years ago

all matching rules doesn't work at this point you need to do manually. I'm re writing this script purely for react and will soon be available.

Sorry for in convenience.