Set accessible-enabled on group box widgets

This commit is contained in:
Arnold Loubriat 2025-01-05 23:02:43 +01:00 committed by Simon Hausmann
parent 8b95752de7
commit f7b9da96d4
6 changed files with 15 additions and 0 deletions

View file

@ -9,6 +9,7 @@ export component GroupBox {
accessible-role: group-box;
accessible-label: root.title;
accessible-enabled: root.enabled;
VerticalLayout {
spacing: 8px;