We're using the dmx.requestUpdate function in our application and it heavily relies on its functionality in some places.
Now since it is deprecated with the AC2 update we are afraid to update our application to the newer versions.
Is there a way for us to "update dmx values" without this function or do we have to take an other approach to achieve our goals?
The way we used to use the requestUpdate function is where we called a stringformatter where we summed the values of some inputs with te same classname because they where inside a conditional region that was inside a form-repeat. but now the stringformatter does not trigger whenever an input value is changed.
Do you know a way to trigger this formatter without the use of the dmx.requestUpdate function?