Skip to content

Commit

Permalink
Merge pull request #2493 from tugcekucukoglu/password
Browse files Browse the repository at this point in the history
Refactor #2487
  • Loading branch information
tugcekucukoglu authored Apr 25, 2022
2 parents 8a713fc + a583940 commit 983ad84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-generator/components/password.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const PasswordProps = [
},
{
name: "inputClass",
type: "string",
type: "any",
default: "null",
description: "Style class of the input field."
},
Expand Down
2 changes: 1 addition & 1 deletion src/views/password/PasswordDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 983ad84

Please sign in to comment.