Hello,
I am having an issue where when I call setData on the view model, the ui is updated correctly.
But then if I load a second time without touching/interacting with the form all the fields are empty, even though the view model has the value set.
I tried to reproduce the issue on sencha fiddle, but I was unable to fully do it but it seems like there is a similar issue happening.
Here is the fiddle
If we start the fiddle then click on load, the combobox will remain blank.
Now if we change the choice to something, then click on load the combobox is set correctly.
Do you know what is going on?
Also, how can I make components load/refresh the bound value?
Thank you,