Merge pull request #2493 from tugcekucukoglu/password

Refactor #2487
pull/2496/head
Tuğçe Küçükoğlu 2022-04-25 09:12:54 +03:00 committed by GitHub
commit 983ad84c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ const PasswordProps = [
},
{
name: "inputClass",
type: "string",
type: "any",
default: "null",
description: "Style class of the input field."
},

View File

@ -157,7 +157,7 @@ import Password from 'primevue/password';
</tr>
<tr>
<td>inputClass</td>
<td>string</td>
<td>any</td>
<td>null</td>
<td>Style class of the input field.</td>
</tr>