$PI.sendToPlugin not sending checkbox input #124
Replies: 1 comment
-
my luck, as soon as I post something I find an answer... if anyone else runs into this, it seems a form change where the field has no value will be omitted in the payload. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I'm experiencing an issue with the property inspector. I can only seem to send text inputs to my plugin binary (c++). I want to send a checkbox field to my plugin, but it never seems to get sent, even though it renders on my deck and toggling its value triggers a send.
partial inspector.html
partial inspector.js
event handler:
logs: (triggered by toggling the checkbox, but it never comes along for the ride)
All my other fields are getting sent except my checkbox input field. I've been trying to find the answer in the docs, but no luck yet. Seeing if other folks have run into this.
Beta Was this translation helpful? Give feedback.
All reactions