Reputation: 203
Is there any way that I can implement autocomplete suggestions in material autocomplete angular js with typehead? example: Animals: Lion ,Tiger Birds: Eagle,Dove Like one in jquery autocomplete, https://jqueryui.com/autocomplete/#categories
Upvotes: 1
Views: 376
Reputation: 182
yes, implement that code you have as a directive and work done. You may try with other directives like github.com/angular-ui/ui-select
Upvotes: 1
Reputation: 2228
Yes we can do via custom directive. Refer this link
Material Design Angular md-autocomplete remote
And this link Angularjs autocomplete from $http
Upvotes: 0