Format table autocomplete of the text-box field using angularjs

0
Hello, I have some difficulties to leave the format of my data list after inserting a text with autocomplete with the same format of my text-box, it happens that after I type a name in the text field, when doing the search of data with auto-complete, my list changes other place components instead of acting as a dropdown in a text field (I say dropdown because it was supposed to look like what the component does, but I'm using a text-box with auto -complete).

My intention is to type in the text field, for example: text-box = Chic and the field bring me the Bento Chico, but if you have more names with "Chic" it will pull the text box list but without changing the others components.

Follow the snippet to make it easier to understand.

IntheimageItypedieitdoesauto-completelist,butthesizeisnotasexpectedandneitherdoIwantthecomponentbelowtochangeplace,butratherthatthedatainthelist,isoverthecomponentforrequesttypes..Code:

Andhere'showI'mdoingthesearchmethodonthecontroller..

    
asked by anonymous 09.08.2018 / 17:29

0 answers