Nested textfields are not excluded from autosubmit

Created on 17 October 2024, 2 months ago

Problem/Motivation

Textfields that are nested in fieldsets or containers are not excluded from autosubmit.

Steps to reproduce

In our case, we have an exposed form with a geofield proximity filter with autosuggest, provided by the Geofield module. This filter wraps several textfields in a complex fieldset/container structure, depending how it's configured.
The form is set to submit automatically on change, but not for textfields.
But when you type something in the autosuggest field, the form submits immediately.

Proposed resolution

Apply the exclusion logic recursively so that nested textfields are properly processed.

πŸ› Bug report
Status

Active

Version

7.0

Component

User interface

Created by

πŸ‡©πŸ‡ͺGermany mrshowerman Munich

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024