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

> You could probably make this work manually with a keydown listener for the Enter key. 

Making this work manually and matching the implicit submission behavior would require us to query for the default button as submitter, and submit its value too (via https://github.com/whatwg/html/issues/4187 I guess).

> It sounds like you think it's worth making this work more generally? 

Given the above, yes, it'd be more ideal if this is handled automatically with the same algorithm. 

> I was under the impression web developers did not like this feature but that's based only on vague memories.

In my experience GitHub users rely on this behavior a lot, and always promptly report the bug when we break it. 😬 


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

Received on Friday, 26 April 2019 20:24:00 UTC