-
Notifications
You must be signed in to change notification settings - Fork 17
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
FormData should work with all form elements #1258
Comments
Hi all, Here are the official tickets:
And here some SO discussion:
Hope this helps. |
Dropdown and Datepicker do not have ShadowDOM. Directly constructing This is therefore tentatively a browser bug. This code:
works and avoids FormData. |
@LucaMele can we close this one? |
Closing due to inactivity. Reopen if necessary. |
For me this is important. Forms element under WC should behave like forms. We have no shadow dom so as long as we add name everywhere it should work |
This code:
Should always return key/value pairs where key is name of the element and value is the selected value or the inserted text.
At the moment, if a form has datepicker or dropdown it wont serialise it
The text was updated successfully, but these errors were encountered: