ComputedUpdater
doesn't reevaluate the enabled
property in an IAction
object
#6209
Labels
ComputedUpdater
doesn't reevaluate the enabled
property in an IAction
object
#6209
https://plnkr.co/edit/GC9hytDLvNTZsdEZ
In this example, a custom Clear Survey button is added to the toolbar.
ComputedUpdater
is used to activate the button when the survey is not empty. However, this doesn't work.Steps to reproduce:
Expected result: The "Clear Survey" button becomes enabled again, since the survey contains an element.
Current result: "Clear Survey" is disabled.
The text was updated successfully, but these errors were encountered: