Password
<ns-password> Overview
Supports users when entering an existing or creating a password.
Examples
Guidance
Implementation
Placement
The ns-password component can be used in the following components:
<ns-form><ns-form-group>
Specification
Attributes
helper
- Property
helper- Description
- The helper text of the password.
- Type
string- Default
label
- Property
label- Description
- The label of the password.
- Type
string- Default
Password
confirm-label
- Property
confirmLabel- Description
- The label of the confirm password.
- Type
string- Default
Confirm Password
name
- Property
name- Description
- The form name of the password.\
- Type
string
value
- Property
value- Description
- The value of the password.
- Type
string- Default
labelID
- Property
labelID- Type
string- Default
heading
- Property
heading- Type
string- Default
type
- Property
type- Description
- The type of the password.
- Type
defaultconfirm- Default
standard
Slots
| Slot | Permitted tags | Description |
|---|---|---|
tip-details | <p> | The tip details of the password. |
Events
| Name | Description |
|---|---|
change | The event fired when the value changes. Returns the value of the password. |