We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be53aa2 + 8d60c59 commit aa3663cCopy full SHA for aa3663c
1 file changed
src/js/modules/infragistics.ui.combo.js
@@ -5924,7 +5924,7 @@
5924
5925
// Checks whether touch device is used with mode different than editable in order not to focus in the input element
5926
_focusInInputWhenUsingTouchDevice: function () {
5927
- return !($.ig.util.isTouchDevice() && this.options.mode !== "editable");
+ return !("ontouchstart" in window && this.options.mode !== "editable");
5928
},
5929
_triggerItemsRendering: function () {
5930
var args = {
0 commit comments