Interface

MatSelectProps

@ng-forge/dynamic-forms-material

Signature

interface MatSelectProps
  extends SelectProps

Properties

NameTypeDescription
appearance ?any-
multiple ?boolean | undefined-
panelMaxHeight ?string | undefined-
subscriptSizing ?any-
floatLabel ?any-
hideRequiredMarker ?boolean | undefined-
compareWith ?((o1: ValueType, o2: ValueType) => boolean) | undefined-
hint ?DynamicText | undefined-