Skip to content

Conversation

@tcannonfodder
Copy link
Contributor

@tcannonfodder tcannonfodder commented Dec 12, 2025

  • For dropdowns that are within form elements, we need to be able to specify a form attribute that can act as the "form owner", since nested form elements are not spec-compliant

* For dropdowns that are within `form` elements, we need to be able
	to specify a `form` attribute that can act as the "form owner",
	since nested `form` elements are not spec-compliant
	* This mirrors the `form` attribute for standard inputs and buttons
		* See: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#form
	* If no `form` attribute is provided, the element continues
		operating from the assumption that there is a `form` inside the
		custom element
@tcannonfodder tcannonfodder merged commit 94d65f2 into main Dec 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants