Change event for Radio Group is not firing when default value updates

I have a Radio Group input where the default value is set based on a Text Input:

When the value of the Radio Group changes I want to fire a query (or in this example set a text component), so I set up a Change handler:

This works fine when the new value is clicked on, but it doesn't work when the value is changed because the default updates.

retool-bug

How do I get change event to fire when the value isn't updated manually?

Instead of updating the default values of the radioGroup, you can set a event handler to the textInput to set the value of the radioGroup and the text component

or a transformer to not duplicate scripts