radon-select
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -43,2 +43,3 @@ 'use strict'; | ||
defaultValue: React.PropTypes.string, | ||
ariaLabel: React.PropTypes.string, | ||
placeholderText: React.PropTypes.string, | ||
@@ -379,2 +380,3 @@ typeaheadDelay: React.PropTypes.number, | ||
tabIndex: -1, | ||
'aria-label': this.props.ariaLabel ? this.props.ariaLabel : this.props.selectName, | ||
'aria-hidden': true }, | ||
@@ -381,0 +383,0 @@ React.Children.map(this.props.children, function (child, index) { |
{ | ||
"name": "radon-select", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "React select box replacement component", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -42,2 +42,3 @@ 'use strict'; | ||
defaultValue: React.PropTypes.string, | ||
ariaLabel: React.PropTypes.string, | ||
placeholderText: React.PropTypes.string, | ||
@@ -384,2 +385,3 @@ typeaheadDelay: React.PropTypes.number, | ||
tabIndex={-1} | ||
aria-label={this.props.ariaLabel ? this.props.ariaLabel : this.props.selectName } | ||
aria-hidden={true} > | ||
@@ -386,0 +388,0 @@ {React.Children.map(this.props.children, function (child, index) { |
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
41029
1144
0