You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: