armstrong-react
Advanced tools
Comparing version
@@ -110,3 +110,3 @@ "use strict"; | ||
var f = this.formDom; | ||
var inputs = f.querySelectorAll("input[type=text]:not(:disabled), textarea"); | ||
var inputs = f.querySelectorAll("input[type=text]:not(:disabled), textarea:not(:disabled)"); | ||
if (inputs[0] && !inputs[0].value) { | ||
@@ -113,0 +113,0 @@ inputs[0].focus(); |
{ | ||
"name": "armstrong-react", | ||
"version": "2.5.10", | ||
"version": "2.5.11", | ||
"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
759730
0