📎 Remove invalid aria label on div (#5898)

This commit is contained in:
Elena Torró
2025-02-19 11:42:44 +01:00
committed by GitHub
parent f3040fc10d
commit f83cdf2f5d

View File

@@ -103,7 +103,6 @@
current-icon-ref (i/key->icon current-icon)]
[:div {:on-click open-dropdown
:role "combobox"
:aria-activedescendent current-value
:class (dm/str (stl/css-case :custom-select true
:disabled disabled
:icon (some? current-icon-ref))