From d2125fd726393f1c04d9f69c6b51a46bf39c6d93 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, 10 May 2023 11:18:51 +0300 Subject: [PATCH] Hidden input renaming for PT --- components/lib/cascadeselect/CascadeSelect.d.ts | 4 ++-- components/lib/cascadeselect/CascadeSelect.vue | 4 ++-- components/lib/inputswitch/InputSwitch.d.ts | 8 ++++---- components/lib/inputswitch/InputSwitch.vue | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/components/lib/cascadeselect/CascadeSelect.d.ts b/components/lib/cascadeselect/CascadeSelect.d.ts index 210d2e727..b38e27312 100644 --- a/components/lib/cascadeselect/CascadeSelect.d.ts +++ b/components/lib/cascadeselect/CascadeSelect.d.ts @@ -91,9 +91,9 @@ export interface CascadeSelectPassThroughOptions { */ text?: CascadeSelectPassThroughOptionType; /** - * Uses to pass attributes to the input sria's DOM element. + * Uses to pass attributes to the hidden selected message's DOM element. */ - inputAria?: CascadeSelectPassThroughOptionType; + hiddenSelectedMessage?: CascadeSelectPassThroughOptionType; /** * Uses to pass attributes to the search result message text aria's DOM element. */ diff --git a/components/lib/cascadeselect/CascadeSelect.vue b/components/lib/cascadeselect/CascadeSelect.vue index 47579be4c..c52deeee0 100644 --- a/components/lib/cascadeselect/CascadeSelect.vue +++ b/components/lib/cascadeselect/CascadeSelect.vue @@ -1,6 +1,6 @@