-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
Description
Bug description
When using a web component-based form field inside a form, the field is dropped during submission.
Reproduction project
https://glitch.com/edit/#!/little-nickel-citrus
Steps to reproduce the behavior:
- Go to reproduction project linked above
- Click submit and watch the Network tab in your browser's Developer Tools
- Only the
barform field is sent with the request.
Expected behavior
Both the foo and the bar form fields should be sent. You can verify this by dropping the up-submit attribute from the form and repeating the reproduction steps.
Browser version
- OS: macOS Ventura
- Browser Arc (Chromium), Firefox, Safari
- Version 1.32
Reactions are currently unavailable