Class PasswordInput

Password input component

Hierarchy (view full)

Constructors

Properties

$input: HTMLInputElement
$module: HTMLElement
$screenReaderStatusMessage: HTMLDivElement
$showHideButton: HTMLButtonElement
i18n: I18n
defaults: PasswordInputConfig = ...

Password input default config

PasswordInputConfig


moduleName: string = 'govuk-password-input'

Name for the component used when initialising using data-module attributes.

schema: Readonly<{
    properties: {
        i18n: {
            type: "object";
        };
    };
}> = ...

Password input config schema

Methods