React UI Components Documentation

Properties

NameTypeDefault
disabled boolean false
height string | number "auto"
localization PasswordInputLocalization { passwordStrengthString: 'Password strength', tooShort: 'Too short', weak: 'Weak', fair: 'Fair', good: 'Good', strong: 'Strong' }
maxLength number | string null
placeHolder number | string null
passwordStrength (password:PasswordInputPasswordStrength['password'], characters:PasswordInputPasswordStrength['characters'], defaultStrength:PasswordInputPasswordStrength['defaultStrength']) => string null
rtl boolean false
strengthColors PasswordInputStrengthColors { tooShort: 'rgb(170, 0, 51)', weak: 'rgb(170, 0, 51)', fair: 'rgb(255, 204, 51)', good: 'rgb(45, 152, 243)', strong: 'rgb(118, 194, 97)' }
showStrength boolean false
showStrengthPosition PasswordInputShowStrengthPosition "right"
strengthTypeRenderer (password:PasswordInputStrengthTypeRenderer['password'], characters:PasswordInputStrengthTypeRenderer['characters'], defaultStrength:PasswordInputStrengthTypeRenderer['defaultStrength']) => string null
showPasswordIcon boolean true
theme string ''
width string | number "auto"

Events

change Event

Methods

NameArgumentsReturn Type
render None
refresh None
val value