Skip to content
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

Allow tangy inputs to work with native form element #81

Open
rjcorwin opened this issue Sep 16, 2019 · 1 comment
Open

Allow tangy inputs to work with native form element #81

rjcorwin opened this issue Sep 16, 2019 · 1 comment
Milestone

Comments

@rjcorwin
Copy link
Contributor

A recent update to Chrome allows Custom Elements to better behave with the native <form> element. For example, submit a <paper-input> in a <form> element and that form will not have picked up the data for that <paper-input>. That is true for all tangy inputs as well.

This is mentioned the Chrome 77 release video. I haven't been able to find documentation on it or a way to describe it to be able to check in caniuse.com.
Screen Shot 2019-09-16 at 2 14 11 PM
https://www.youtube.com/watch?reload=9&v=S8aVB3IfOR4

@rjcorwin rjcorwin added this to the v5.0.0 milestone Sep 16, 2019
@chrisekelley
Copy link
Member

Here's the article he referenced that describes formAssociated:

https://web.dev/more-capable-form-controls/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants