commit
983ad84c0f
|
@ -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."
|
||||||
},
|
},
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue