- fix Password component when get prop "inputClass" with Object type

pull/2471/head
Vladjmg 2022-04-18 21:01:04 +03:00
parent 10ab377f44
commit 8b71d5f0b4
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,