react-select-search
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -128,2 +128,7 @@ 'use strict'; | ||
}, { | ||
key: 'componentWillUnmount', | ||
value: function componentWillUnmount() { | ||
document.removeEventListener('click', this.bound.documentClick); | ||
} | ||
}, { | ||
key: 'componentDidUpdate', | ||
@@ -130,0 +135,0 @@ value: function componentDidUpdate(prevProps, prevState) { |
@@ -101,2 +101,6 @@ 'use strict'; | ||
componentWillUnmount() { | ||
document.removeEventListener('click', this.bound.documentClick); | ||
} | ||
componentDidUpdate(prevProps, prevState) { | ||
@@ -103,0 +107,0 @@ if (this.refs.hasOwnProperty('search') && this.state.value !== prevState.value) { |
{ | ||
"name": "react-select-search", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "React powered selectbox with filter", | ||
@@ -5,0 +5,0 @@ "main": "dist/es5.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
48419
997