UI Library

PasswordInput

Default

length: 0

Props

PropTypeDefaultNotes
valuestring''Bindable field value.
idstringNative input id.
namestringNative input name.
placeholderstringPlaceholder text.
autocompletestring'current-password'Native autocomplete token.
disabledbooleanfalseDisables the field and the toggle.
requiredbooleanfalseNative required flag.
showLabelstringToggle label when hidden; falls back to the locale.
hideLabelstringToggle label when visible; falls back to the locale.
classNamestring''Extra classes for the input.
oninput(event: Event) => voidNative input handler.