Interface
MatSelectProps
@ng-forge/dynamic-forms-material
Signature
interface MatSelectProps
extends SelectPropsProperties
| Name | Type | Description |
|---|---|---|
appearance ? | MatFormFieldAppearance | - |
multiple ? | boolean | - |
panelMaxHeight ? | string | - |
subscriptSizing ? | SubscriptSizing | - |
floatLabel ? | FloatLabelType | - |
hideRequiredMarker ? | boolean | - |
compareWith ? | (o1: ValueType, o2: ValueType) => boolean | - |
hint ? | DynamicText | - |
packages/dynamic-forms-material/src/lib/fields/select/mat-select.type.ts:5