@alexkuz/react-autocomplete
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -193,2 +193,3 @@ 'use strict'; | ||
clearSelectedState: function clearSelectedState(cb) { | ||
this.updateWidth(); | ||
this.setState({ | ||
@@ -485,3 +486,3 @@ focusedIndex: null, | ||
this.setState({ | ||
shrinkWidth: sizer.offsetWidth + button.offsetWidth | ||
shrinkWidth: sizer.offsetWidth + button.offsetWidth + 2 | ||
}); | ||
@@ -488,0 +489,0 @@ } |
{ | ||
"name": "@alexkuz/react-autocomplete", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.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
22056
528