Field
Auth.Login.Field from the Auth package.
Loading Auth.Login.Field…
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 |
|---|---|---|
autoCompleteOptional | string | — |
defaultValueOptional | string | — |
disabledOptional | boolean | false |
errorOptional | string | — |
hintOptional | string | — |
idOptional | string | — |
inputModeOptional | "text" | "search" | "email" | "numeric" | "tel" | "url" | — |
labelRequired | string | — |
nameRequired | string | — |
onValueChangeOptional | ((value: string) => void) | — |
placeholderOptional | string | — |
requiredOptional | boolean | false |
typeOptional | "number" | "text" | "search" | "email" | "tel" | "url" | "password" | "text" |
valueOptional | string | — |