Add multiple input values and display them as a single line combo text in Angular | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Add multiple input values and display them as a single line combo text in Angular

I need a element that can let me input multiple inputs and have a dropdown that can allow me to see then in a real time. The items to be displayed like in a select tag, but without the select functionality and also would allow me to add new values by typing them inside the field. Does anyone know what I can use? Thanks!

10th May 2020, 8:46 AM
Cristina
1 Answer
0
You can use multiple property and set size to 5 or 4 to show u 4 or 5 items, There is no option to multiply select and it shows as dropdown list Also u can use datalist tag to create dropdown list with this option to write your own option if there is not in list
18th May 2020, 11:01 PM
Amir Hossein mahdioun
Amir Hossein mahdioun - avatar