@altiore/form
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -48,3 +48,3 @@ var __assign = (this && this.__assign) || function () { | ||
if (input) { | ||
input.addEventListener('keyup', handleKeyUp); | ||
validate && input.addEventListener('keyup', handleKeyUp); | ||
} | ||
@@ -56,8 +56,8 @@ else { | ||
if (input) { | ||
input.removeEventListener('keyup', handleKeyUp); | ||
validate && input.removeEventListener('keyup', handleKeyUp); | ||
} | ||
}; | ||
}, []); | ||
}, [validate]); | ||
var Input = component; | ||
return (React.createElement(React.Fragment, null, Input ? (React.createElement(Input, __assign({ name: name, meta: meta }, props))) : (React.createElement("input", { name: name })))); | ||
}; |
{ | ||
"name": "@altiore/form", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Form helper for building powerful forms", | ||
@@ -57,3 +57,3 @@ "main": "dist/index.js", | ||
"@storybook/storybook-deployer": "^2.8.10", | ||
"@types/lodash": "4.14.173", | ||
"@types/lodash": "^4.14.173", | ||
"@types/node": "16.4.9", | ||
@@ -60,0 +60,0 @@ "@typescript-eslint/eslint-plugin": "4.28.5", |
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
7100