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
when i hit enter to select an active element in the typeahead dropdown
the (submit) event on the form before the ngModel is populated with the selected item's data
The text was updated successfully, but these errors were encountered:
<form><input [(ngModel)]="someField" typeahead... required></form>
when i hit enter to select an active element in the typeahead dropdown
the (submit) event on the form before the ngModel is populated with the selected item's data
The text was updated successfully, but these errors were encountered: