Merge pull request #2471 from Vladjmg/vladjmg_fix_password_prop_type

- fix Password component when get prop "inputClass" with Object type
pull/2492/head
Tuğçe Küçükoğlu 2022-04-25 09:08:47 +03:00 committed by GitHub
commit 8a713fc930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export default {
type: String,
default: 'pi pi-eye'
},
inputClass: String,
inputClass: null,
inputStyle: null,
style: null,
class: String,