Commit dd90dd0e authored by Clement Ho's avatar Clement Ho

Set data_dropdown_trigger to empty instead of removing

parent e36d3232
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
} }
dismissDropdown() { dismissDropdown() {
this.input.removeAttribute(DATA_DROPDOWN_TRIGGER); this.input.setAttribute(DATA_DROPDOWN_TRIGGER, '');
droplab.setConfig(this.getFilterConfig()); droplab.setConfig(this.getFilterConfig());
droplab.setData(this.hookId, []); droplab.setData(this.hookId, []);
this.unbindEvents(); this.unbindEvents();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment