ree-validate icon indicating copy to clipboard operation
ree-validate copied to clipboard

How can we add message to one rule with more validation

Open salmansamkhan opened this issue 4 years ago • 1 comments

Versions:

  • ReactJs: #.#.#
  • Ree-Validate:

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.

salmansamkhan avatar Jul 26 '20 07:07 salmansamkhan

Really useful thing! I need it as well.

mckrava avatar Nov 10 '20 14:11 mckrava