IonicSelectProps
| Generic types: | T |
| Extends: | SelectProps |
No documentation has been provided.
Properties
| Name | Type | Description |
|---|---|---|
| cancelText | string | undefined | |
| color | "primary" | "secondary" | "tertiary" | "success" | "warning" | "danger" | undefined | |
| compareWith | ((o1: T, o2: T) => boolean) | undefined | |
| fill | "outline" | "solid" | undefined | |
| interface | "action-sheet" | "popover" | "alert" | undefined | |
| interfaceOptions | unknown | |
| labelPlacement | "fixed" | "start" | "end" | "stacked" | "floating" | undefined | |
| multiple | boolean | undefined | |
| okText | string | undefined | |
| placeholder overrides SelectProps | | |
| shape | "round" | undefined |