IonicInputProps
| Extends: | InputProps<InputType> |
No documentation has been provided.
Properties
| Name | Type | Description |
|---|---|---|
| clearInput | boolean | undefined | |
| color | "primary" | "secondary" | "tertiary" | "success" | "warning" | "danger" | "light" | "medium" | "dark" | undefined | |
| counter | boolean | undefined | |
| errorText | | |
| fill | "outline" | "solid" | undefined | |
| helperText | | |
| labelPlacement | "fixed" | "start" | "end" | "stacked" | "floating" | undefined | |
| maxlength | number | undefined | |
| placeholder inherited from InputProps | | |
| shape | "round" | undefined | |
| type overrides InputProps | "number" | "text" | "email" | "password" | "tel" | "url" | undefined | The HTML input type. Determines the value type:
|