Hi friends!
I have a signature pad inside a form component, along with approx 40 other standard fields. On form submission, a successful series of database inserts and s3 uploads will trigger a form1.clear() - works great, except it doesn't affect the signature pad. I tried adding a signature_image.resetValue() and signature_image.clearValue() onto that successful event handler, no luck. I even put a button in the app, and tried to call those same functions with an "on click" event handler, but still no effect.
Here's some screenshots, in case they help:

What do y'all think? How do I clear the signature pad?