Homecomponentsinput
Alpha
This component is in development. There could be breaking changes made to it in a non-major release of Prism. Please use with caution.The PasswordField component is used to get user's password.
Size
Use size property to set the size of input.
Label
Use label property to set the label.
Label tip
Use tip property to add a tooltip next to label.
Secondary Label
Use secondaryLabel to add a seconday label.
Description
Use description property to add a note below the input.
Disabled
Use disabled property to disable the input.
Error
Use errorMessage property to add an error message below the input.
API
name
Required
string
onChange
((value: string) => void)
id
string
prefix
ReactNode
onBlur
FocusEventHandler<HTMLInputElement>
onKeyDown
KeyboardEventHandler<HTMLInputElement>
size
small
regular
textAlign
center
end
start
disabled
true
false
data
DataAttributeMap
label
string
placeholder
string
value
string
required
true
false
maxLength
number
tip
string
secondaryLabel
ReactNode
description
string
errorMessage
string
ref
Ref<HTMLInputElement>
key
Key | null