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

@domenic no, that's precisely my point. My example above is just a copy/paste of https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio, but using a `fancy-radio` instead of `input`. When selecting a different radio, the previously selected one switched from checked to unchecked. That's the coordination that I was referencing to. The consumer of the input has to do nothing, while the consumer of fancy-radio will have to keep track of the state, unchecked the previously selected, and so on. Unless I'm missing something obvious about this proposal.

-- 
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-450031718

Received on Wednesday, 26 December 2018 21:54:13 UTC