Releases: arshad-yaseen/form-validation-react
Releases · arshad-yaseen/form-validation-react
v1.5.0
v1.4.8
Typescript support
v1.4.0
Other all rules added. Rule 7,8,9,10,11,12
v1.3.9
Validate Number and On submit function added
v1.3.4
Validate Email and Validate Pattern Rules added
v1.2.4
Validated min & max rule added
v1.2.0
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.