We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b79982 commit 57820ddCopy full SHA for 57820dd
packages/main/src/MultiComboBox.js
@@ -468,7 +468,7 @@ class MultiComboBox extends UI5Element {
468
- value of the host and the internal input should be differnt in case of actual input
469
- input is called when a key is pressed => keyup should not be called yet
470
*/
471
- const skipFiring = (this._inputDom.value === this.value) && isIE && !this._keyDown && !!this.placeholder;
+ const skipFiring = (this._inputDom.value === this.value) && isIE() && !this._keyDown && !!this.placeholder;
472
473
if (skipFiring) {
474
event.preventDefault();
0 commit comments