Example of Reactive Form in Angular MultiSelect Dropdown Component

This sample demonstrates the reactive form support of the MultiSelect.  You can choose an item or type a value in the MultiSelect. Both values goes into the form models. 

Properties
Selected Book:
Buyer Name:
Buyer Mail ID:
Description

The MultiSelect value and validation status will be track via formControlName attribute. And also value will be included in FormControl's group collection of formGroup attribute.

For more information about Reactive Forms forms can be found in this reference link.