MatInputProps
| Extends: | InputProps<InputType> |
No documentation has been provided.
Properties
| Name | Type | Description |
|---|---|---|
| appearance | MatFormFieldAppearance | undefined | |
| disableRipple | boolean | undefined | |
| hint | | |
| placeholder inherited from InputProps | | |
| subscriptSizing | SubscriptSizing | undefined | |
| type overrides InputProps | "number" | "text" | "email" | "password" | "tel" | "url" | undefined | The HTML input type. Determines the value type:
|