If we press enter when there is nothing selected in the typeahead, it triggers the form submit.
We would need to attach the enter key press to another event inside the updater's scope.
For instance, if we press enter, and there is nothing selected, we append the content of the input box instead.
If we press enter when there is nothing selected in the typeahead, it triggers the form submit.
We would need to attach the enter key press to another event inside the updater's scope. For instance, if we press enter, and there is nothing selected, we append the content of the input box instead.