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
Asked
Active
Viewed 364 times
3 Answers
1
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

Suresh Kumar S
- 182
- 12
0
Yes we can do via custom directive. Refer this link
Material Design Angular md-autocomplete remote
And this link Angularjs autocomplete from $http

Community
- 1
- 1

Manikandan Velayutham
- 2,228
- 1
- 15
- 22