Fixes #3696 - User search / selection does not always work if you want to correct your search

This commit is contained in:
Bola Ahmed Buari 2021-08-23 06:44:50 +01:00 committed by Thorsten Eckel
parent 2ee3fcf345
commit 775709f7f2

View file

@ -7,6 +7,7 @@ class App.ObjectOrganizationAutocompletion extends App.Controller
'click .js-object': 'onObjectClick' 'click .js-object': 'onObjectClick'
'click .js-objectNew': 'newObject' 'click .js-objectNew': 'newObject'
'focus .js-objectSelect': 'onFocus' 'focus .js-objectSelect': 'onFocus'
'input .js-objectSelect': 'open'
'click .js-objectSelect': 'stopPropagation' 'click .js-objectSelect': 'stopPropagation'
'blur .js-objectSelect': 'onBlur' 'blur .js-objectSelect': 'onBlur'
'click .form-control': 'focusInput' 'click .form-control': 'focusInput'