Add the accessible-expandable property

This commit is contained in:
Arnold Loubriat 2024-12-22 16:15:37 +01:00 committed by Simon Hausmann
parent e442965889
commit 53fd7b12e4
12 changed files with 42 additions and 0 deletions

View file

@ -15,6 +15,7 @@ export component ComboBox {
accessible-role: combobox;
accessible-enabled: root.enabled;
accessible-expandable: true;
accessible-value <=> root.current-value;
forward-focus: base;