Add the accessible-enabled property

This commit is contained in:
DataTriny 2024-10-20 14:49:59 +02:00 committed by Simon Hausmann
parent 129936a7d7
commit 2de3b9d455
51 changed files with 80 additions and 1 deletions

View file

@ -25,6 +25,7 @@ export component ComboBox {
forward-focus: base;
accessible-role: combobox;
accessible-enabled: root.enabled;
states [
disabled when !root.enabled : {