- πΊπΈUnited States smustgrave
Can you provide more detail about the bug you are seeing and how to reproduce it?
- Status changed to Closed: outdated
12 months ago 2:31pm 19 April 2024 - πΊπΈUnited States smustgrave
If still a problem in 6.0.x please reopen
- Status changed to Needs review
about 1 month ago 7:58pm 19 February 2025 - π³π±Netherlands casey
This is still a problem in both 6.0 and 7.0.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#form
The form attribute lets you place an input anywhere in the document but have it included with a form elsewhere in the document.
To reproduce the problem you have to create an exposed views form and (e.g. via a template override) move one of its elements out of the
element, while setting the form attribute of that element to the id of the
.Maybe this issue is better categorized as feature request?
- Merge request !154fix: ensure a form attribute on the triggering element is respected β (Open) created by casey