Fixes #3696 - User search / selection does not always work if you want to correct your search
This commit is contained in:
parent
2ee3fcf345
commit
775709f7f2
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ class App.ObjectOrganizationAutocompletion extends App.Controller
|
|||
'click .js-object': 'onObjectClick'
|
||||
'click .js-objectNew': 'newObject'
|
||||
'focus .js-objectSelect': 'onFocus'
|
||||
'input .js-objectSelect': 'open'
|
||||
'click .js-objectSelect': 'stopPropagation'
|
||||
'blur .js-objectSelect': 'onBlur'
|
||||
'click .form-control': 'focusInput'
|
||||
|
|
Loading…
Reference in a new issue