Skip to content

Commit

Permalink
Merge pull request #2471 from Vladjmg/vladjmg_fix_password_prop_type
Browse files Browse the repository at this point in the history
- fix Password component when get prop "inputClass" with Object type
  • Loading branch information
tugcekucukoglu authored Apr 25, 2022
2 parents 1e0e3e6 + 8b71d5f commit 8a713fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/password/Password.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default {
type: String,
default: 'pi pi-eye'
},
inputClass: String,
inputClass: null,
inputStyle: null,
style: null,
class: String,
Expand Down

0 comments on commit 8a713fc

Please sign in to comment.