Set value in pluggable widget without refreshing object.
0
In my custom widget, I am using the line this.props.setValue("Example"); to change a string attribute from an object. However, this refreshes the object on the page to reflect the change, which I don't want to happen. Is there a way to change an attribute's value in a pluggable widget that won't cause the object to refresh?
asked
Liam Kearns
1 answers
1
As far as I know is the answer no. You could use a widget internal property and set the attribute later. What is the use case?