OrionPassword
<o-password> affiche un champ de saisie de mot de passe.
Usage
PasswordConfirmation PasswordPlayground
VModels
Name
vModel
Nil<string> = undefinedProps
Name
autofocus
boolean = undefinedclearable
boolean = undefinedclearToNull
boolean = undefineddisabled
boolean = undefineddonetyping
number = undefinedforceLabelFloating
boolean = undefinedinheritValidationState
boolean = undefinedlabel
string = undefinedpasswordToConfirm
string | boolean = undefinedpasswordTooltip
boolean = undefinedplaceholder
string = undefinedprefixFontIcon
string = undefinedprefixIcon
Orion.Icon = undefinedreadonly
boolean = undefinedrequired
boolean = undefinedselectOnFocus
boolean = undefinedsize
Orion.Size = 'md' suffixFontIcon
string = undefinedsuffixIcon
Orion.Icon = undefinedtype
string = 'password'validation
string | ((val: any) => boolean) | Orion.Validator.Rule | Orion.Validation.Rule | boolean = undefinedvalidationErrorMessage
string = undefinedEvents
Name
Payload type
focus
FocusEventblur
FocusEventinput
Tchange
Tclear
PublicInstance
Name
Type
hasBeenFocus
() => booleanisFocus
() => booleanfocus
() => voidblur
Lodash.debounceclear
() => voidsetHasBeenFocus
(value: boolean) => voidisValid
() => boolean_input
() => HTMLInputElement | undefinedsharedState
() => {
	hasBeenFocus: boolean;
	isFocus: boolean;
	isAutoFilled: boolean;
}