Edit Response #981
Unanswered
BctfN0HUK7Yg
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can't. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to change Response fileds (like clicked or other) in my component. How I can do it?
if response.clicked() {
do();
response.clicked= false; // ?????
}
Beta Was this translation helpful? Give feedback.
All reactions