I have a a JS Function that is executed on startup, then is executed in the onChange property of a Selector widget.
It seems that when the function is executed on startup everything is ok, and I have data in my data field, but when I trigger the onChange by changing the value of the selector, the data field does no update.
Is this the expected behaviour ?
Maybe I’m missing something ?
Edit: I’m sure my query is well executed as the data field of the query I execute in the function do update.
Edit2: I’m not using directly data of my query because I transform it before rendering in a simple form,
Hi Amelia, yes it looks like the same bug.
Thank you.
I will try with storeValue, but I have also troubles with the storeValue function due to the asynchrone nature of this function.
A function who is trigerred in my application store the value of the query parameters in my store with StoreValue but it’s not working as expected, even with a await.