Skip to content

Releases: arshad-yaseen/form-validation-react

v1.5.0

19 Apr 02:41
ff6dc46
Compare
Choose a tag to compare

Monorepo

v1.4.8

18 Apr 07:03
Compare
Choose a tag to compare

Typescript support

v1.4.0

07 Mar 05:35
Compare
Choose a tag to compare

Other all rules added. Rule 7,8,9,10,11,12

v1.3.9

04 Mar 13:27
Compare
Choose a tag to compare

Validate Number and On submit function added

v1.3.4

02 Mar 12:58
Compare
Choose a tag to compare

Validate Email and Validate Pattern Rules added

v1.2.4

01 Mar 12:53
Compare
Choose a tag to compare

Validated min & max rule added

v1.2.0

01 Mar 08:47
Compare
Choose a tag to compare

added the required validation rule. To check if all required input fields are filled.If a required input is not filled, the rule will return a callback with an array of the not-filled inputs. You can add the action input_red_border to change the border color of the not-filled inputs to red.