sergiodlopes / jquery-flexdatalist

Flexible input autocomplete/datalist plugin for jQuery
http://projects.sergiodinislopes.pt/flexdatalist/
MIT License
365 stars 84 forks source link

Group multiple selected values in multiple select field #221

Open applyACS opened 4 years ago

applyACS commented 4 years ago

Is there any way to "group" the selected values displayed in the field? My issue is like this: image

I want the input to stay on single line. Found an example of what I have in mind: image

Is there anyway to do this? Or if not it will be a nice development.