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
The web component spec should provide a way to expose form submit fields similar to the way you currently are allowed to expose properties. Thus a web component's API would consists of 4 things:
Methods
Properties
Events
Form Submit Fields
This was a web component can play nicely inside of an html form. I made a blog post that more clearly spells out the problem:
The web component spec should provide a way to expose form submit fields similar to the way you currently are allowed to expose properties. Thus a web component's API would consists of 4 things:
This was a web component can play nicely inside of an html form. I made a blog post that more clearly spells out the problem:
http://dave-ford.blogspot.com/2016/06/web-components-and-form-submit-fields.html
The text was updated successfully, but these errors were encountered: