Skip to content

Commit ba2a81c

Browse files
authored
Merge pull request #2069 from IgniteUI/nrobakova/fix-issue-2055-iPad-19-2
chore(*): update closing drop down on blur in touchDevises -19.2
2 parents 19b9d9d + 7284457 commit ba2a81c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/js/modules/infragistics.ui.combo.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4579,8 +4579,7 @@
45794579
return;
45804580
}
45814581

4582-
self.openDropDown(null,
4583-
self._focusInInputWhenUsingTouchDevice(), event);
4582+
self.openDropDown(null, true, event);
45844583
}
45854584
}
45864585

0 commit comments

Comments
 (0)