armstrong-react
Advanced tools
Comparing version
@@ -92,3 +92,3 @@ "use strict"; | ||
var f = this.formDom; | ||
var inputs = f.querySelectorAll("input[type=text], textarea"); | ||
var inputs = f.querySelectorAll("input[type=text]:not(:disabled), textarea"); | ||
if (inputs[0]) { | ||
@@ -95,0 +95,0 @@ if (!inputs[0].value) { |
{ | ||
"name": "armstrong-react", | ||
"version": "2.3.23", | ||
"version": "2.3.24", | ||
"description": "Rocketmakers Armstrong library of React components", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
707800
0