Is this a regression?
The previous version in which this bug was not present was
No response
Description
In the Menu API docs it says we can pass softDisabled to control how menu items are in their disabled state.
However as of now, we cannot pass this input to the menu nor the menu items.
This is needed because when using the keyboard arrows to cycle through the menu items, i want to skip disabled items.
Reproduction
https://angular.dev/guide/aria/menu#example-1
Expected Behavior
Make softDisabled as an input on the Menu
Actual Behavior
softDisabled is a private internal property that is always set to () => true in MenuPattern
Environment
Is this a regression?
The previous version in which this bug was not present was
No response
Description
In the Menu API docs it says we can pass
softDisabledto control how menu items are in their disabled state.However as of now, we cannot pass this input to the menu nor the menu items.
This is needed because when using the keyboard arrows to cycle through the menu items, i want to skip disabled items.
Reproduction
https://angular.dev/guide/aria/menu#example-1
Expected Behavior
Make
softDisabledas aninputon theMenuActual Behavior
softDisabledis a private internal property that is always set to() => trueinMenuPatternEnvironment