Skip to content

Commit

Permalink
Merge pull request #2067 from IgniteUI/nrobakova/fix-issue-2055-iPad
Browse files Browse the repository at this point in the history
Update closing drop down on blur in touch devises
  • Loading branch information
zdrawku authored Apr 9, 2020
2 parents 59a79f6 + 8f536e5 commit 3713689
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/js/modules/infragistics.ui.combo.js
Original file line number Diff line number Diff line change
Expand Up @@ -4579,8 +4579,7 @@
return;
}

self.openDropDown(null,
self._focusInInputWhenUsingTouchDevice(), event);
self.openDropDown(null, true, event);
}
}

Expand Down

0 comments on commit 3713689

Please sign in to comment.