FIX: prevents row click event to be caught by filter input event (#9059)

This was causing some dropdowns to not work under IE11
This commit is contained in:
Joffrey JAFFEUX 2020-02-27 14:04:23 +01:00 committed by Neil Lalonde
parent b8e4b5f884
commit 751708ba0c
No known key found for this signature in database
GPG Key ID: FF871CA9037D0A91

View File

@ -43,6 +43,7 @@ export default Component.extend(UtilsMixin, {
actions: {
onInput(event) {
this.selectKit.onInput(event);
return true;
},
onKeydown(event) {