I have a graph with several input elements to control the graph parameters. The input elements are auto-bind to various things so all the defaulted thing values are the initial content.
I added a reset button/workflow to change all the things back to the original default values. I find that when clicking on the reset button, I can see the input elements change in the display, but the chart does not change while the reset button is still hovered. This happens on some input elements but not all. So why would hovering over a button prevent chart updates even though the things are changed? I don’t want to refresh the page, just want to refresh the chart with the default data.
Here’s one element example:
Reset workflow:
I tried using a text element as the reset button and it has similar problems.