react-select-search
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -96,3 +96,3 @@ /** | ||
event = document.createEvent("HTMLEvents"); | ||
event.initEvent("change", false, true); | ||
event.initEvent("change", true, true); | ||
outElement.dispatchEvent(event); | ||
@@ -99,0 +99,0 @@ } else { |
{ | ||
"name": "react-select-search", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "React powered selectbox with filter", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1796391