How to create a form with ion-chips

Hi there,

Would any of you have an idea of how to create a form with ion-chips in one of the fields ?

In my form I need to select an author. Once selected (through a modal) I would like it to appear in a ion-chip (name + avatar).

The tricky part is that I would like to use FormGroup to control the field and make sure that the user cannot submit the form is no author is selected.

Thx