mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Add the accessible-enabled
property
This commit is contained in:
parent
129936a7d7
commit
2de3b9d455
51 changed files with 80 additions and 1 deletions
|
@ -25,6 +25,7 @@ export component ComboBox {
|
|||
forward-focus: base;
|
||||
|
||||
accessible-role: combobox;
|
||||
accessible-enabled: root.enabled;
|
||||
|
||||
states [
|
||||
disabled when !root.enabled : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue