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