form.clearForm also clears components in a tab container

Currently if you have your form organized with tab containers, any form components in the container do not get cleared.

1 Like

+1 for this request.

I am interested in this as well +1
or is there anyway to clear all forms / inputfields through all the app. Instead of doing something like :
{
form1.clear();
form2.clear();
...
}

Is there a way to just say
forms.clear() or forms.reset();
and all components that match this type get cleaned / reset?

Hi @Sindi_Ramadani I'm not aware of a way to do this, but I'll share this feedback as a request internally!