Angular material autocomplete with typehead

411 Views Asked by At

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

3

There are 3 best solutions below

0
On BEST ANSWER

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

0
On

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

0
On

Yes we can do via custom directive. Refer this link

Material Design Angular md-autocomplete remote

And this link Angularjs autocomplete from $http