Autocomplete Chip List?

Has anyone created or used a custom component to create a multi-value autocomplete textbox with chips, like in a tag list or like the contact chips in the Material Design Guidelines? I’ve seen a few half-hearted github repos but nothing that looks professional.

I can use the <ion-select> object on mobile, but for the desktop, it doesn’t fit my usability requirements.

Have you find a solution for that? i’m stucked in this too
:confused:

No. My solution currently is to use a larger ion-list of ion-items for now and update the UI later. I’m going to wait for Ionic 4 before I mess with a custom component since that switches to using the Web Component standard.

So… After somre research, I 've found this guy here

Maybe it can help us

1 Like

Ionic3 autocomplete