Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BaseInput: Only move focus if suggestion list is not visible
`! this.completer.hasSuggestions()` ensures that the suggestion list is not visible, otherwise pressing ArrowDown or ArrowUp to select the suggested options will change the focus of the terms. This will cause the selected suggestion to overwrite the existing term at position 0. Or if a term is being edited and something is selected from the suggestion list, a new duplicate term is added because the focus has moved again.
- Loading branch information