Pass Through documentation for Password component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of Password component.
| label | type | description |
|---|---|---|
| root | PasswordPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| pcInputText | PasswordPassThroughType<InputHTMLAttributes<HTMLInputElement>> | Used to pass attributes to the input's DOM element. |
| portal | PasswordPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the portal's DOM element. |
| panel | PasswordPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the panel's DOM element. |
| strength | PasswordPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the strength's DOM element. |
| meter | PasswordPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the meter's DOM element. |
| clearIcon | PasswordPassThroughType<SVGAttributes<SVGElement>> | Used to pass attributes to the clear icon's DOM element. |
Defines passthrough(pt) options of PasswordInputcomponent.
| label | type | description |
|---|---|---|
| root | PasswordInputPassThroughType<HTMLAttributes<HTMLInputElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PasswordStrength component.
| label | type | description |
|---|---|---|
| root | PasswordStrengthPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PasswordMeter component.
| label | type | description |
|---|---|---|
| root | PasswordMeterPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of PasswordPortalcomponent.
| label | type | description |
|---|---|---|
| root | PasswordPortalPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| panel | PasswordPortalPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the panel's DOM element. |
Defines passthrough(pt) options of PasswordClearIcon component.
| label | type | description |
|---|---|---|
| root | PasswordClearIconPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |