You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I try to set the value from my ViewModel, it's not working and the text is not printed in UI. I set the value with this line: self.value('This is my description...');
And it doesn't work, doesn't appear the text...
However, when I use only one editor, the value is printed in the editor...
Any idea?
The text was updated successfully, but these errors were encountered:
I have these two editors on my layout:
https://s8.postimg.org/g4l4cdm5x/Untitled.png
But when I try to set the value from my ViewModel, it's not working and the text is not printed in UI. I set the value with this line:
self.value('This is my description...');
And it doesn't work, doesn't appear the text...
However, when I use only one editor, the value is printed in the editor...
Any idea?
The text was updated successfully, but these errors were encountered: