Implement autosubmit for the Filters form
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3557536. -->
Reported by: [murz](https://www.drupal.org/user/157092)
Related to !82
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>We had an autosubmit for the filters form, until AJAX got broken, then we disabled it.</p>
<p>Now AJAX is fixed, so let's re-implement the autosubmit. For the checkboxes, it should submit instantly, for the input fields - on focusout and on typing end with a 3-second waiting delay.</p>
<p>But try to keep the form working as a classic submit, if JS is not enabled, if enabled - hide "Apply" and enable autosubmit.</p>
issue