Disabled cascade — fieldset & form
A native <fieldset disabled> disables every descendant form
control — including form-associated custom elements — through the
formDisabledCallback(disabled) lifecycle hook the browser invokes.
FieldAssociationController now implements that hook, so the cascade
reaches the inner control and excludes the field from FormData. The
two groups below wire the same field components; only the container
differs.
FormData on last submit
Entries
No submission yet — toggle a group disabled, then Submit to see which
fields drop out of FormData.