From 8b71d5f0b44b3176f8654d601e1a87f4d03f4606 Mon Sep 17 00:00:00 2001 From: Vladjmg Date: Mon, 18 Apr 2022 21:01:04 +0300 Subject: [PATCH] - fix Password component when get prop "inputClass" with Object type --- src/components/password/Password.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/password/Password.vue b/src/components/password/Password.vue index 4a3ef09d7..e146a7d71 100755 --- a/src/components/password/Password.vue +++ b/src/components/password/Password.vue @@ -74,7 +74,7 @@ export default { type: String, default: 'pi pi-eye' }, - inputClass: String, + inputClass: null, inputStyle: null, style: null, class: String,