From e5978e59072733bdabfc3c7222774a903efd492e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Busso?= <90727999+agustinbusso@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:40:30 -0300 Subject: [PATCH] Show aria label is renderAs is checkbox --- .../inspector/collection-select-list.vue | 4 ++-- src/components/inspector/options-list.vue | 24 +++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/inspector/collection-select-list.vue b/src/components/inspector/collection-select-list.vue index 68b9fd346..2a87487a6 100644 --- a/src/components/inspector/collection-select-list.vue +++ b/src/components/inspector/collection-select-list.vue @@ -31,7 +31,7 @@ /> -
+
{{ $t('Content') }} - - + +
- +
@@ -210,10 +210,10 @@ {{ $t('Content to display to the user in the select list.') }} - - - - {{ $t('Aria label for accessibility support.') }} + + + + {{ $t('Aria label for accessibility support.') }}
@@ -221,9 +221,9 @@ {{ $t('Enter the property name from the Request data variable that will be passed as the value when selected.') }} - - - {{ $t('Enter the property name for the aria label from the Request data variable.') }} + + + {{ $t('Enter the property name for the aria label from the Request data variable.') }}