VNOT
VNOT

Reputation: 203

Angular material autocomplete with typehead

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

Answers (3)

Suresh Kumar S
Suresh Kumar S

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

Manikandan Velayutham
Manikandan Velayutham

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

ndoes
ndoes

Reputation: 678

Angular material has its own autocomplete directive. You can find it here.

Upvotes: 0

Related Questions