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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Is it possible that the autocomplete input acts like a standard input text when pressing the Enter key, to submit the form it belongs to?
I guess this behavior should only be enabled when the focus is on the input text and not on the suggestions.
What you think?
<formng-submit="doSubmit(searchText)"><md-autocompletemd-search-text="searchText" md-items="item in getMatches(searchText)"><spanmd-highlight-text="searchText">{{item}}</span></md-autocomplete><md-buttonclass="md-raised" type="submit">
Submit
</md-button></form>
The text was updated successfully, but these errors were encountered:
Hello,
Is it possible that the autocomplete input acts like a standard input text when pressing the Enter key, to submit the form it belongs to?
I guess this behavior should only be enabled when the focus is on the input text and not on the suggestions.
What you think?
The text was updated successfully, but these errors were encountered: