-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revisit form util to only have the topmost form owner handle all the form logic #4506
Comments
What's the use case for having nested |
Using our own components inside shadowRoot of others. |
I believe this may no longer be valid. Only the topmost form component handles interacting with the parent form (following our form component pattern). Child form components do have the plumbing to associate themselves with a form, but it depends on them receiving a |
I'm going to go ahead and close this based on ☝️. #8126 should help streamline our form components. |
Description
Revisit form util to only have the topmost form owner handle all the form logic
Proposed Advantages
Only the parent top-most form control will handle sending data to the form. This eliminates conflicting form components sending data to the form and uses less event listeners so performance should be better.
Which Component
All form supported components.
Relevant Info
#4439 (review)
The text was updated successfully, but these errors were encountered: