This sample demonstrates the reactive form support of the ComboBox. You can choose an item or type a value in the ComboBox. Both values goes into the form models.
Selected Book: | |
Buyer Name: | |
Buyer Mail ID: |
The ComboBox value and validation status will be track through formControlName
attribute. The value will be included in the FormControl's group collection of formGroup
attribute.
For more information about Reactive Forms can be found in this reference link.