mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Add the accessible-expanded
property
This commit is contained in:
parent
53fd7b12e4
commit
f30f953ffd
13 changed files with 66 additions and 1 deletions
|
@ -16,6 +16,7 @@ export component ComboBox {
|
|||
accessible-role: combobox;
|
||||
accessible-enabled: root.enabled;
|
||||
accessible-expandable: true;
|
||||
accessible-expanded: base.popup-has-focus;
|
||||
accessible-value <=> root.current-value;
|
||||
forward-focus: base;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue