HTML element to use for password input
Optional
config: PasswordInputConfig = {}Password input config
Protected
_$rootPrivate
$inputPrivate
$screenPrivate
$showPrivate
i18nStatic
Constant
defaultsPassword input default config
Static
elementStatic
moduleName for the component used when initialising using data-module attributes.
Static
Constant
schemaPassword input config schema
Protected
$rootProtected
Returns the root element of the component
Protected
configProtected
Returns the root element of the component
Internal
Virtual
configOverride
Function which defines configuration overrides to prioritize properties from the root element's dataset.
It should take a subset of configuration as input and return a new configuration object with properties that should be overridden based on the root element's dataset. A Symbol is used for indexing to prevent conflicts.
Optional
param: ObjectNestedConfiguration object
return - Configuration object
Private
hidePrivate
setPrivate
showPrivate
toggleStatic
check
Password input component