react-autowhatever
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -275,3 +275,4 @@ 'use strict'; | ||
inputProps: _react.PropTypes.object, // Arbitrary input props | ||
itemProps: _react.PropTypes.object, // Arbitrary item props | ||
itemProps: _react.PropTypes.oneOfType([// Arbitrary item props | ||
_react.PropTypes.object, _react.PropTypes.func]), | ||
focusedSectionIndex: _react.PropTypes.number, // Section index of the focused item | ||
@@ -278,0 +279,0 @@ focusedItemIndex: _react.PropTypes.number, // Focused item index (within a section) |
{ | ||
"name": "react-autowhatever", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Accessible rendering layer for Autosuggest and Autocomplete components", | ||
@@ -5,0 +5,0 @@ "main": "dist/Autowhatever.js", |
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
17280
266