[#4607] fixed the keyboard-accebility of the Admin UI dropdowns

This commit is contained in:
Gani Georgiev
2024-03-22 20:06:18 +02:00
parent b596bbdc3e
commit 0122d4f527
48 changed files with 552 additions and 453 deletions
+1
View File
@@ -282,6 +282,7 @@
<div
tabindex="0"
class="dropdown-item option"
role="menuitem"
class:closable
class:selected={isSelected(item)}
on:click={(e) => handleOptionSelect(e, item)}