added aria-expanded to the dropdown triggers

This commit is contained in:
Gani Georgiev
2024-04-05 23:15:11 +03:00
parent a9d468a863
commit 4dc8a10af5
37 changed files with 60 additions and 60 deletions
+3 -2
View File
@@ -1,8 +1,8 @@
<script>
import { onMount } from "svelte";
import CommonHelper from "@/utils/CommonHelper";
import tooltip from "@/actions/tooltip";
import Toggler from "@/components/base/Toggler.svelte";
import CommonHelper from "@/utils/CommonHelper";
import { onMount } from "svelte";
export let id = "";
export let noOptionsText = "No options found";
@@ -208,6 +208,7 @@
class="selected-container"
class:disabled
class:readonly
role="button"
>
{#each CommonHelper.toArray(selected) as item, i}
<div class="option">