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.
Selected Book: | |
Buyer Name: | |
Buyer Mail ID: |
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.