Back to Material

Index

src/components/autocomplete/demoBasicUsage/index.html

1.2.5485 B
Original Source

Use md-autocomplete to search for matches from local or remote data sources.

Favorite State{{item.display}} No states matching "{{ctrl.searchText}}" were found. Create a new one!
Simulate query for results?Disable caching of queries?Disable the input?

By default, md-autocomplete will cache results when performing a query. After the initial call is performed, it will use the cached results to eliminate unnecessary server requests or lookup logic. This can be disabled above.