Input
Input from the Base package.
Loading Input…
Source code
Waiting for the preview before loading source files · 2 of 2
Properties
Public properties derived from the component’s TypeScript signature.
| Property | Type | Default |
|---|---|---|
radiusOptional | "theme" | "full" | "theme" |
accessibilityLabelOptional | string | — |
describedByOptional | string | — |
autoFocusOptional | boolean | false |
autoCompleteOptional | string | — |
defaultValueOptional | string | — |
disabledOptional | boolean | false |
fullWidthOptional | boolean | true |
idOptional | string | — |
inputModeOptional | "text" | "search" | "email" | "numeric" | "tel" | "url" | — |
invalidOptional | boolean | false |
maxOptional | number | — |
minOptional | number | — |
nameOptional | string | — |
onValueChangeOptional | ((value: string) => void) | — |
placeholderOptional | string | — |
requiredOptional | boolean | false |
sizeOptional | "sm" | "md" | "lg" | "md" |
stepOptional | number | — |
typeOptional | "number" | "text" | "search" | "email" | "tel" | "url" | "password" | "text" |
valueOptional | string | — |