I\'d really like to use a form in my app, and the official Google example doesn\'t work.
Passing a form as a parameter to a function, prevents the function from being ca
this.parentNode would not be the element which is what you want to pass to .processForm(). Make sure that your input type is enclosed in a tag just like in the example:
this.parentNode
.processForm()