I have a usecase where I want to let users type their facebook affiliate groups. They can type it out and have suggestion from a list. Autocomplete works just fine for that.
Now comes the handy part : my PO want to give users ability to add as much affiliate groups as they want, meaning i'll need to add multiselect capabilities to autocomplete.
Have someone tried it before ?