From f03d9521838ffec165f1403c829d857cd0729640 Mon Sep 17 00:00:00 2001
From: Alexis <35.alexis.pele@gmail.com>
Date: Wed, 7 May 2025 14:03:49 +0200
Subject: [PATCH] Fixed aria combobox attributes
---
components/calendar/input/EventCategories.vue | 5 ++++-
components/calendar/input/EventCategory.vue | 3 +++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/components/calendar/input/EventCategories.vue b/components/calendar/input/EventCategories.vue
index 13b42fc..faf989e 100644
--- a/components/calendar/input/EventCategories.vue
+++ b/components/calendar/input/EventCategories.vue
@@ -35,6 +35,8 @@ const filteredCategories = computed(() =>
@@ -54,12 +56,13 @@ const filteredCategories = computed(() =>
-
+
{{ $t('entity.category.notFoundAny') }}
diff --git a/components/calendar/input/EventCategory.vue b/components/calendar/input/EventCategory.vue
index 941ad21..6e8dde5 100644
--- a/components/calendar/input/EventCategory.vue
+++ b/components/calendar/input/EventCategory.vue
@@ -34,6 +34,8 @@ const filteredCategories = computed(() =>
@@ -52,6 +54,7 @@ const filteredCategories = computed(() =>