Skip to content

Commit

Permalink
Merge pull request #2069 from IgniteUI/nrobakova/fix-issue-2055-iPad-…
Browse files Browse the repository at this point in the history
…19-2

chore(*): update closing drop down on blur in touchDevises -19.2
  • Loading branch information
zdrawku authored Apr 10, 2020
2 parents 19b9d9d + 7284457 commit ba2a81c
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 ba2a81c

Please sign in to comment.