Skip to content

Commit

Permalink
Initial value fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Georgiev committed Feb 12, 2021
1 parent 7f9f610 commit ca8ed91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/main/src/ComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,11 @@ class ComboBox extends UI5Element {

_afterOpenPopover() {
this._iconPressed = true;

if (isPhone() && this.value) {
this.filterValue = this.value
}

this._clearFocus();
}

Expand Down

0 comments on commit ca8ed91

Please sign in to comment.