PasswordInput
autoFocusBoolean
disabledBoolean
hasIconBoolean
iconElement
iconPlacement"right" | "left"
isClearableBoolean
namestring
onBlur(event: FocusEvent<HTMLInputElement, Element>) => void
onChange(event: ChangeEvent<HTMLInputElement>) => void
onFocus(event: FocusEvent<HTMLInputElement, Element>) => void
onKeyDown(event: KeyboardEvent<HTMLInputElement>) => void
placeholderstring
size"xs" | "sm" | "md" | "lg"
transparentBoolean
typestring
valuestring
variant"error" | "focused" | "info" | "success" | "warning"