dynamic-forms-material / Interface

MatInputProps

Extends:InputProps<InputType>

No documentation has been provided.

Properties

NameTypeDescription
appearance
MatFormFieldAppearance | undefined
disableRipple
boolean | undefined
hint
DynamicText | undefined
placeholder
inherited from InputProps
DynamicText | undefined
subscriptSizing
SubscriptSizing | undefined
type
overrides InputProps
"number" | "text" | "email" | "password" | "tel" | "url" | undefined

The HTML input type. Determines the value type:

  • 'number': value will be number
  • 'text', 'email', 'password', 'tel', 'url': value will be string