From a5839403a48ef6e59aa925d77913b7387f920696 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: Mon, 25 Apr 2022 09:12:32 +0300 Subject: [PATCH] Refactor #2487 --- api-generator/components/password.js | 2 +- src/views/password/PasswordDoc.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-generator/components/password.js b/api-generator/components/password.js index 8bfca381a..0ca7898ec 100644 --- a/api-generator/components/password.js +++ b/api-generator/components/password.js @@ -79,7 +79,7 @@ const PasswordProps = [ }, { name: "inputClass", - type: "string", + type: "any", default: "null", description: "Style class of the input field." }, diff --git a/src/views/password/PasswordDoc.vue b/src/views/password/PasswordDoc.vue index eb7127e07..bfd9af388 100755 --- a/src/views/password/PasswordDoc.vue +++ b/src/views/password/PasswordDoc.vue @@ -157,7 +157,7 @@ import Password from 'primevue/password'; inputClass - string + any null Style class of the input field.