pull/2493/head
Tuğçe Küçükoğlu 2022-04-25 09:12:32 +03:00
parent 8a713fc930
commit a5839403a4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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