OrionInput
Example
<o-input> affiche un champ de saisie personnalisable.
Usage
InputIcons InputStyle InputMask InputPlayground
VModels
Name
vModel
Nil<string | number> = undefinedProps
Name
allowNegative
boolean = undefinedautocomplete
string = undefinedautofocus
boolean = undefinedclearable
boolean = undefinedclearToNull
boolean = undefineddisabled
boolean = undefineddonetyping
number = undefinedforceLabelFloating
boolean = undefinedinheritValidationState
boolean = undefinedlabel
string = undefinedmask
string | InputMask = undefinedmaskHourFormat
string = '24h'maskHourSeparator
string = ':'maxLength
number = undefinedmaxValue
number = undefinedminValue
number = undefinedplaceholder
string = undefinedprefixFontIcon
string = undefinedprefixIcon
Orion.Icon = undefinedreadonly
boolean = undefinedrequired
boolean = undefinedselectOnFocus
boolean = undefinedsize
Orion.Size = 'md' staticMask
boolean = truesuffixFontIcon
string = undefinedsuffixIcon
Orion.Icon = undefinedtype
string | Orion.DatepickerType = undefinedvalidation
string | ((val: any) => boolean) | Orion.Validator.Rule | Orion.Validation.Rule | boolean = undefinedvalidationErrorMessage
string = undefinedEvents
Name
Payload type
focus
FocusEventblur
FocusEventinput
Tchange
Tclear
mousedown-right
MouseEventPublicInstance
Name
Type
valueDisplay
() => stringhasBeenFocus
() => booleanisFocus
() => booleanfocus
() => voidblur
Lodash.debounceclear
() => voidsetHasBeenFocus
(value: boolean) => voidisValid
() => boolean_input
() => HTMLInputElement | undefinedsharedState
() => {
	hasBeenFocus: boolean;
	isFocus: boolean;
	isAutoFilled: boolean;
}