Merge pull request #2471 from Vladjmg/vladjmg_fix_password_prop_type
- fix Password component when get prop "inputClass" with Object typepull/2492/head
commit
8a713fc930
|
@ -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