🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

react-mui-form-validator

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mui-form-validator - npm Package Compare versions

Comparing version
1.5.4
to
1.5.5
+1
-1
package.json
{
"name": "react-mui-form-validator",
"version": "1.5.4",
"version": "1.5.5",
"description": "Validator for forms designed with material-ui components.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -1,2 +0,1 @@

## Validation component for material-ui forms

@@ -61,8 +60,4 @@

value={email}
validators={[
{
validator: "isEmail",
},
]}
errorMessages={["Email is required"]}
validators={[{ validator: "required" }, { validator: "isEmail" }]}
errorMessages={["Email required", "Enter a valid email"]}
fullWidth

@@ -69,0 +64,0 @@ />