ui5-community / ui5-ecosystem-showcase

A repository showcasing the UI5 tooling extensibility to combine OSS tools for UI5 application development.
https://ui5-community.github.io/ui5-ecosystem-showcase/
Other
194 stars 93 forks source link

fix(ui5-tooling-modules): apply sap/ui/core/EnabledPropagator mixin #1122

Closed Thodd closed 1 week ago

Thodd commented 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.

petermuessig commented 1 week ago

Unfortunately, you need to update the tests with: pnpm --filter ui5-tooling-modules test:snapshots

petermuessig commented 1 week ago

About the wdi5 issue - hmm, don't know yet - maybe a one time issue...