Re: [w3c/webcomponents] Need callback for form submit data (#187)

@tkent-google I'm not sure what's the best place to provide some feedback and questions about this, so I will add it here in the original issue.

We ran this by some folks at salesforce, here is the feedback so far:

* we are very excited about the custom element association with forms, not so much about the event-based form participation, which we don't plan to use.
* form-validation is a big one for us, we will wait until it is implemented behind a flag to provide concrete feedback, but at first glance, it seems like it will be enough.
* we still have questions about how to mimic the behavior of <input type="radio"> (multiple form elements competing for one `name` with the corresponding coordination of their respective states)
* form reset protocol is not very well detailed in the doc. by calling `form.reset()` or by clicking on the reset button, how a custom element can react to that?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/187#issuecomment-449437996

Received on Friday, 21 December 2018 16:44:55 UTC