- fix Password component when get prop "inputClass" with Object type
parent
10ab377f44
commit
8b71d5f0b4
|
@ -74,7 +74,7 @@ export default {
|
||||||
type: String,
|
type: String,
|
||||||
default: 'pi pi-eye'
|
default: 'pi pi-eye'
|
||||||
},
|
},
|
||||||
inputClass: String,
|
inputClass: null,
|
||||||
inputStyle: null,
|
inputStyle: null,
|
||||||
style: null,
|
style: null,
|
||||||
class: String,
|
class: String,
|
||||||
|
|
Loading…
Reference in New Issue