Set correct default values

pull/827/head
Cagatay Civici 2020-12-31 19:51:31 +03:00
parent b3a84321dc
commit ec0cf27ea1
1 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@ import Password from 'primevue/password';
<tr> <tr>
<td>promptLabel</td> <td>promptLabel</td>
<td>string</td> <td>string</td>
<td>Enter a password</td> <td>null</td>
<td>Text to prompt password entry. Defaults to PrimeVue <router-link to="/locale">Locale</router-link> configuration.</td> <td>Text to prompt password entry. Defaults to PrimeVue <router-link to="/locale">Locale</router-link> configuration.</td>
</tr> </tr>
<tr> <tr>
@ -79,19 +79,19 @@ import Password from 'primevue/password';
<tr> <tr>
<td>weakLabel</td> <td>weakLabel</td>
<td>string</td> <td>string</td>
<td>Weak</td> <td>null</td>
<td>Text for a weak password. Defaults to PrimeVue <router-link to="/locale">Locale</router-link> configuration.</td> <td>Text for a weak password. Defaults to PrimeVue <router-link to="/locale">Locale</router-link> configuration.</td>
</tr> </tr>
<tr> <tr>
<td>mediumLabel</td> <td>mediumLabel</td>
<td>string</td> <td>string</td>
<td>Medium</td> <td>null</td>
<td>Text for a medium password. Defaults to PrimeVue <router-link to="/locale">Locale</router-link> configuration.</td> <td>Text for a medium password. Defaults to PrimeVue <router-link to="/locale">Locale</router-link> configuration.</td>
</tr> </tr>
<tr> <tr>
<td>strongLabel</td> <td>strongLabel</td>
<td>string</td> <td>string</td>
<td>Strong</td> <td>null</td>
<td>Text for a strong password. Defaults to PrimeVue <router-link to="/locale">Locale</router-link> configuration.</td> <td>Text for a strong password. Defaults to PrimeVue <router-link to="/locale">Locale</router-link> configuration.</td>
</tr> </tr>
<tr> <tr>