Skip to content

Commit

Permalink
Select - fix clear button error (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
iprzybysz committed Jul 21, 2023
1 parent 86cd9f2 commit 1b82062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/forms/select/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@ class Select {
this._selectionModel.clear();
selected.deselect();
}
this._fakeValue.innerHTML = "";
this._updateInputValue();
this._updateFakeLabelPosition();
this._updateLabelPosition();
Expand Down

0 comments on commit 1b82062

Please sign in to comment.