☒ Yes, I've been getting some feedback that folks would like to see this implementation for Android as well. It will be kotlin based as that's what turbo-android recommends/requires. I haven't touched kotlin before, so it will take some time.
☒ Try naming referencing to the controller with reset-form instead of reset_form. Also, in the reset() function, try to do a console.log() to see if you're even triggering the function. You can do the same in a connect function to see if the controller is getting connected.