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.
The new typeahead-wait-ms attribute does delay the drop down from opening until the user stops typing for the given number of milliseconds.
However, once they stop typing, one request is sent for each letter they typed. The expected behavior would be to ignore all but the last key press and then submit one request for then entire value.
The new typeahead-wait-ms attribute does delay the drop down from opening until the user stops typing for the given number of milliseconds.
However, once they stop typing, one request is sent for each letter they typed. The expected behavior would be to ignore all but the last key press and then submit one request for then entire value.
Demonstration of the problem:
http://plnkr.co/edit/v8NRtkKnUYjsuMYJInM2?p=preview
The text was updated successfully, but these errors were encountered: