feature
component input that specifies the min/max length before autocomplete starts filtering
user clicks on the input and all the data is shown in the dropdown
Angular JS Material has these available:
<md-autocomplete flex required
md-input-minlength="2"
md-input-maxlength="18"></md-autocomplete>
This is very easy to accomplish in your filtering mechanism:
Ahhh ... i didn't thank about that. Thanks @willshowell
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
This is very easy to accomplish in your filtering mechanism:
https://plnkr.co/edit/mzlmxWlThdD8lrfDZtov?p=preview