mirror of
https://github.com/material-components/material-web.git
synced 2026-03-09 00:09:23 +08:00
- Relies on `FormDataEvent`, which is supported by Chrome, Firefox, and Edge. - Safari and IE will need a polyfill - Require `disabled` properties on FormElement subclasses - Add `setFormData()` function to control what is added to the Form submission - Set `checkbox` and `radio` `value` property to `on` by default, to match native controls Fixes #289 PiperOrigin-RevId: 385248919