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
Angular material autocomplete with typehead
411 Views Asked by VNOT At
3
There are 3 best solutions below
0

Yes we can do via custom directive. Refer this link
Material Design Angular md-autocomplete remote
And this link Angularjs autocomplete from $http
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