react-formr
Advanced tools
Comparing version 1.0.14 to 1.0.15
{ | ||
"name": "react-formr", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Form managing component for React & React Native", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
# react-formr | ||
[![npm version](https://badge.fury.io/js/react-formr.svg)](https://badge.fury.io/js/react-formr) | ||
[![npm](https://img.shields.io/npm/dt/react-formr.svg)](https://www.npmjs.com/package/react-formr) | ||
![MIT](https://img.shields.io/dub/l/vibe-d.svg) | ||
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
Centralised Solution for managing values & validation in react native | ||
@@ -4,0 +9,0 @@ |
@@ -68,2 +68,3 @@ import React, { useRef, useState, useCallback, useEffect } from "react"; | ||
(key: string): void => { | ||
fieldValidation(key, values[key]); | ||
setTouched((prev) => ({ ...prev, [key]: true })); | ||
@@ -70,0 +71,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27134
507
104