From 60bee460155afabfe38cc9a7234152f8ef6e96ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 27 Jul 2022 13:22:10 +0300 Subject: [PATCH] Refactor #2801 - Password --- src/components/password/Password.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/password/Password.vue b/src/components/password/Password.vue index ed821b983..e3b083f34 100755 --- a/src/components/password/Password.vue +++ b/src/components/password/Password.vue @@ -7,7 +7,7 @@ -
+
@@ -33,10 +33,6 @@ export default { emits: ['update:modelValue', 'change', 'focus', 'blur'], props: { modelValue: String, - inputId: { - type: String, - default: null - }, promptLabel: { type: String, default: null @@ -81,14 +77,18 @@ export default { type: String, default: 'pi pi-eye' }, - panelClass: String, disabled: { type: Boolean, default: false }, + + inputId: null, inputClass: null, inputStyle: null, inputProps: null, + panelClass: String, + panelStyle: String, + panelProps: null, 'aria-labelledby': { type: String, default: null