react-nuik
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -86,3 +86,3 @@ 'use strict'; | ||
if (this.props.autoFocus) { | ||
this.input.focus(); | ||
this.input.select(); | ||
} | ||
@@ -89,0 +89,0 @@ } |
{ | ||
"name": "react-nuik", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -31,3 +31,3 @@ // @flow | ||
componentDidMount() { | ||
if (this.props.autoFocus) { this.input.focus(); } | ||
if (this.props.autoFocus) { this.input.select(); } | ||
} | ||
@@ -34,0 +34,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
178703
1