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 GitHub
parent 60908a94ec
commit 56345faf9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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