diff --git a/src/views/password/PasswordDemo.vue b/src/views/password/PasswordDemo.vue index d08a093db..62bb0c6f8 100644 --- a/src/views/password/PasswordDemo.vue +++ b/src/views/password/PasswordDemo.vue @@ -10,15 +10,22 @@
A model can be bound using the standard v-model directive.
+Password accepts all valid properties of an input element in addition the the custom properties below.
+ +Name | +Type | +Default | +Description | +
---|---|---|---|
promptLabel | +string | +Enter a password | +Text to prompt password entry. | +
weakLabel | +string | +Weak | +Text for a weak password. | +
mediumLabel | +string | +Medium | +Text for a medium password. | +
strongLabel | +string | +Strong | +Text for a strong password. | +
feedback | +boolean | +true | +Whether to show the strength indicator or not. | +
Following is the list of structural style classes, for theming classes visit
Name | +Element | +
---|---|
p-password-panel | +Container of password panel | +
p-password-meter | +Meter element of password strength | +
p-password-info | +Text to display strength | +
None.
+