react-autocompleter
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -157,3 +157,3 @@ 'use strict'; | ||
'div', | ||
{ className: classes.root, styles: styles.root, ref: 'autocompleter-root', onKeyDown: keyboard && this.handleKeyEvent }, | ||
{ className: classes.root, style: styles.root, ref: 'autocompleter-root', onKeyDown: keyboard && this.handleKeyEvent }, | ||
_react2['default'].createElement(_Input2['default'], { value: inputValue, placeholder: placeholder, className: classes.input, styles: styles.input, props: inputProps, onChange: this.handleInputChange, onBlur: this.onBlur, onFocus: this.onFocus }), | ||
@@ -160,0 +160,0 @@ _react2['default'].createElement(_ListContainer2['default'], { data: filteredItemList, onSelect: this.onSelect, className: classes.listContainer, itemClassName: classes.listItems, styles: styles.listContainer, itemStyles: styles.listItems, navigate: navigate - 1 }) |
{ | ||
"name": "react-autocompleter", | ||
"author": "Invertase", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A simple, configurable, styleable ReactJS component which completes your phrase with keyboard navigation support.", | ||
@@ -6,0 +6,0 @@ "main": "./dist/AutoCompleter.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
24381