angular 8 chips autocomplete on bootstrap

1.7k Views Asked by At

Is there any type of similar version of the chips autocomplete for angular 8 and bootstrap like there is for the last example in angular material in here: https://material.angular.io/components/chips/overview ?

I would like to have the possibility to invite users by existent user or by email like there is in gitlab (see bellow):

enter image description here

1

There are 1 best solutions below

0
On

Use PrimeNG chips.

https://www.primefaces.org/primeng/#/chips

Possible to use with Model Driven Forms. A chip is customized using a ng-template element where the value is passed as the implicit variable.