Bug: form.clear() does not work if inputs are within containers

Steps to reproduce:

  1. Create a form
  2. Place a container within the form
  3. Place an input field within the container, and type something
  4. Execute form.clear() and witness nothing happening.

Hi @Lauri,

It looks like this is a known bug, but I have added a note on the report to post here once it is resolved!

Any suggested workarounds?

You could create a "Run JS Code" query to manually call .setValue(null) on all the fields in the form. It is not ideal, but will provide the same end result.