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 May 29, 2019. It is now read-only.
@bjabes AngularJS input fields won't bind model values if a a given value doesn't pass validation test. This means that you can only bind valid e-mail values when using input type="email".
inputValue is set to undefined for email fields instead of to the input. There's no reason typeahead shouldn't work for a field of this type.
The text was updated successfully, but these errors were encountered: