moeen-basra / ree-validate

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

How can we add message to one rule with more validation #21

Open salmansamkhan opened 4 years ago

salmansamkhan commented 4 years ago

Versions:

Description:

Like i have below rules: this.validator.attach({ name: "mobile_no", alias: "Mobile Number", rules: "required|numeric|length:10" });

I want to display custom message for number and length validation.

Please tell me how to do this.

mckrava commented 3 years ago

Really useful thing! I need it as well.