1

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

VNOT
  • 203
  • 2
  • 8

3 Answers3

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

0

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

ndoes
  • 667
  • 5
  • 16
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