availity-reactstrap-validation
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -111,2 +111,3 @@ 'use strict'; | ||
this.context.FormCtrl.setBad(this.props.name, event.target.validity.badInput); | ||
this.validate(); | ||
} | ||
@@ -113,0 +114,0 @@ this.props.onKeyUp && this.props.onKeyUp(event); |
@@ -27,16 +27,2 @@ 'use strict'; | ||
inputType[key] = value; | ||
}; | ||
/* istanbul ignore next */ | ||
if (typeof document !== 'undefined' && typeof document.createElement === 'function') { | ||
var tester = document.createElement('input'); | ||
for (var i in inputType) { | ||
tester.type = i; | ||
tester.value = ':('; | ||
if (tester.type === i && tester.value === '') { | ||
inputType[i] = true; | ||
} | ||
} | ||
} | ||
}; |
{ | ||
"name": "availity-reactstrap-validation", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "Evan Sharp <evan.sharp@availity.com>", | ||
@@ -18,4 +18,4 @@ "description": "Form validation helpers for reactstrap", | ||
"start": "webpack-dev-server --config ./webpack.dev.config.js --watch", | ||
"build:docs": "cross-env WEBPACK_BUILD=production webpack --config ./webpack.dev.config.js --progress --colors", | ||
"build": "cross-env WEBPACK_BUILD=production webpack --progress --colors && webpack --progress --colors", | ||
"build:docs": "cross-env WEBPACK_BUILD=production webpack --config ./webpack.dev.config.js --colors", | ||
"build": "cross-env WEBPACK_BUILD=production webpack --progress --colors && webpack --colors", | ||
"prebuild": "babel src --out-dir lib", | ||
@@ -99,3 +99,3 @@ "create-release": "npm test && sh ./scripts/release", | ||
"extract-text-webpack-plugin": "^1.0.1", | ||
"history": "^3.0.0", | ||
"history": "^2.0.0", | ||
"jasmine-core": "^2.4.1", | ||
@@ -102,0 +102,0 @@ "jsdom": "^9.4.2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
4641587
25361