Skip to content

Commit 3713689

Browse files
authored
Merge pull request #2067 from IgniteUI/nrobakova/fix-issue-2055-iPad
Update closing drop down on blur in touch devises
2 parents 59a79f6 + 8f536e5 commit 3713689

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)