react-autowhatever
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "react-autowhatever", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Accessible rendering layer for Autosuggest and Autocomplete components", | ||
@@ -5,0 +5,0 @@ "main": "dist/Autowhatever.js", |
@@ -189,5 +189,5 @@ import React, { Component, PropTypes } from 'react'; | ||
'aria-activedescendant': ariaActivedescendant, | ||
...theme('input', 'input', isOpen && 'input--open'), | ||
...this.props.inputProps, | ||
onKeyDown: this.props.inputProps.onKeyDown && this.onKeyDown, | ||
...theme('input', 'input', isOpen && 'input--open') | ||
onKeyDown: this.props.inputProps.onKeyDown && this.onKeyDown | ||
}; | ||
@@ -194,0 +194,0 @@ |
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