Password Pass Through

Pass Through documentation for Password component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Loading...

Password PT Options#

Defines passthrough(pt) options of Password component.

labeltypedescription
rootPasswordPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
pcInputTextPasswordPassThroughType<InputHTMLAttributes<HTMLInputElement>>Used to pass attributes to the input's DOM element.
portalPasswordPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the portal's DOM element.
panelPasswordPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the panel's DOM element.
strengthPasswordPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the strength's DOM element.
meterPasswordPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the meter's DOM element.
clearIconPasswordPassThroughType<SVGAttributes<SVGElement>>Used to pass attributes to the clear icon's DOM element.

PasswordInput PT Options#

Defines passthrough(pt) options of PasswordInputcomponent.

labeltypedescription
rootPasswordInputPassThroughType<HTMLAttributes<HTMLInputElement>>Used to pass attributes to the root's DOM element.

PasswordStrength PT Options#

Defines passthrough(pt) options of PasswordStrength component.

labeltypedescription
rootPasswordStrengthPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

PasswordMeter PT Options#

Defines passthrough(pt) options of PasswordMeter component.

labeltypedescription
rootPasswordMeterPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

PasswordPortal PT Options#

Defines passthrough(pt) options of PasswordPortalcomponent.

labeltypedescription
rootPasswordPortalPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
panelPasswordPortalPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the panel's DOM element.

PasswordClearIcon PT Options#

Defines passthrough(pt) options of PasswordClearIcon component.

labeltypedescription
rootPasswordClearIconPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.