- From: TAMURA, Kent <notifications@github.com>
- Date: Mon, 25 Feb 2019 21:42:56 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 26 February 2019 05:43:17 UTC
@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