While trying to add an event for setting the property of a component, it is giving an error saying "Cannot save event with not completed data! Discard changes?"
I am not able to see anything incomplete.
See screenshot.
Hello,
It's a bug. It will be fixed soon.
There is a workaround.
You can read the local storage variable via the API.
Run this JavaScript code on page load:
codevar input = localStorage.getItem("_quesld");
Tiggzi('test').text(input);/code
Ah great, thank you, will try this.