-
-
Notifications
You must be signed in to change notification settings - Fork 330
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
input web components not sending a form #149
Comments
It may not be supported at the moment out of the box. You may need to create the form data manually or perhaps add hidden fields in the form. I will add some capability soon to make this happen automatically. Will need to do some research. |
If the element is in shadow DOM, then the creator of the element is responsible for providing values to a Form (or anything outside the element's shadowDOM)
You might also run into focus issues, which only Chredge can handle with non-standard |
Shoelace solves this by handling the
|
Hello there! Simple question for you seniors developers:
I seem to be unable to send a form using wiredjs web components! The form tag doesn't take the input of the input fields for some reason..
Here's a link to the webpage if you want to inspect.
Here's the code:
Cheers
The text was updated successfully, but these errors were encountered: