material_select/material_dropdown_select_accessor
library
Classes
-
BaseDropdownSelectValueAccessor<T>
-
Base
ControlValueAccessor
for material dropdown select for common logic
between single, and multiple selection dropdowns.
-
DropdownSelectValueAccessor<T>
-
ControlValueAccessor
for material dropdown select which only allows a
single selection allowing integration with the angular forms API.
-
MultiDropdownSelectValueAccessor<T>
-
ControlValueAccessor
for material dropdown select which only allows
multi-selection allowing integration with the angular forms API.