MDL 1.0.2 is a small update hot on the heels of 1.0.1 that brings a quick hotfix for IE 10 support with the component handler.
- Downgrades will now complete successfully in IE 10 and not cause errors.
- Along with that many of the form components have been given new methods for checking state.
- For example, you can now call
checkDisabled()
against form input widgets to check the disabled state and update the UI accordingly.
- For example, you can now call