Hi,
At the moment I am pushing data to the model.data
element and the data is there and working fine. However, I have to go to the next page and click back to previous page for the text to be visible. I am using a custom widget so I assume that is why, but is there a handler or event call I can get to refresh the component?
I have checked it works fine on normal SurveyJS question types like one line input, but not my custom widget.
A work around I guess would be to programically go to next page and back to the current page right?
Thanks