You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nope you're not doing anything wrong. This is just a limitation of using any element that is not one of the built-ins, in a form. You can see a discussion of the topic here: WICG/webcomponents#187
It sounds like standards folks are planning to discuss this at the upcoming TPAC meeting (WICG/webcomponents#641) so I'm hoping to see some progress there. I think we can update the howto-* docs to mention this.
i tried the
<howto-checkbox>
in a<form>
like this:after clicking submit, dev console only shows reference to the vanilla submit button:
am i doing it wrong?
or why does
<form>
not see<howto-checkbox>
?ps. this was tested on chromium 61.0.3163.100 with chrome://flags/#enable-experimental-web-platform-features enabled
The text was updated successfully, but these errors were encountered: