Skip to content

Commit

Permalink
fix(dropdown): make sure to also clear filtered items when clearing
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de authored and Sean committed Nov 12, 2018
1 parent 0620309 commit 6b39072
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/definitions/modules/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -2229,6 +2229,7 @@ $.fn.dropdown = function(parameters) {
else {
module.remove.activeItem();
module.remove.selectedItem();
module.remove.filteredItem();
}
module.set.placeholderText();
module.clearValue();
Expand Down

0 comments on commit 6b39072

Please sign in to comment.