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

@atishay 
ok, I changed ```setFormValue()``` so that it accepts ```setFormValue(null)```, which means no data submission.  Chrome's implementation doesn't follow it yet.

@stramel 
"One missing feature is form-validation UI" was an implementation status in Chrome Canary.  The proposed API has capability to support form-validation UI.  You can see a validation bubble by clicking 'Submit' button in https://jsfiddle.net/dep4Lyhj/6/ with Chrome Dev/Canary with the experimental feature flag.
I don't understand the question about ```<input type=file name=test/>```

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

Received on Tuesday, 26 February 2019 05:43:17 UTC