commit
983ad84c0f
|
@ -79,7 +79,7 @@ const PasswordProps = [
|
|||
},
|
||||
{
|
||||
name: "inputClass",
|
||||
type: "string",
|
||||
type: "any",
|
||||
default: "null",
|
||||
description: "Style class of the input field."
|
||||
},
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue