Closed Thodd closed 1 week ago
When the enabled (resp. disabled) property exists, we need to also apply the sap/ui/core/EnabledPropagator mixin to the control wrapper. This way the enabled state is propagated along the control tree.
enabled
disabled
sap/ui/core/EnabledPropagator
Unfortunately, you need to update the tests with: pnpm --filter ui5-tooling-modules test:snapshots
pnpm --filter ui5-tooling-modules test:snapshots
About the wdi5 issue - hmm, don't know yet - maybe a one time issue...
When the
enabled
(resp.disabled
) property exists, we need to also apply thesap/ui/core/EnabledPropagator
mixin to the control wrapper. This way theenabled
state is propagated along the control tree.