You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<form><md-filled-text-fieldlabel="I participate to the form" required></md-filled-text-field><my-wrapped-fieldlabel="I will not"></my-wrapped-field><div><md-filled-button>Submit</md-filled-button></div><form>
The md-filled-text-field within the my-wrapped-field does not participate in the form (its .form is null) as it is not in the same shadow root.
Is there / will there be a way to pass the form to the my-wrapped-field so that such nested form participation construct could work?
The text was updated successfully, but these errors were encountered:
Consider this:
The
md-filled-text-field
within themy-wrapped-field
does not participate in the form (its.form
isnull
) as it is not in the same shadow root.Is there / will there be a way to pass the form to the
my-wrapped-field
so that such nested form participation construct could work?The text was updated successfully, but these errors were encountered: