We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Just noticed one, tiny error preventing the labels from working correctly.
MaterialSelectfield.prototype.CssClasses_ = { LABEL: 'mdl-selectield__label', SELECT: 'mdl-selectfield__select', IS_DIRTY: 'is-dirty', IS_FOCUSED: 'is-focused', IS_DISABLED: 'is-disabled', IS_INVALID: 'is-invalid', IS_UPGRADED: 'is-upgraded' };
The label class is listed as mdl-selectield__label instead of mdl-selectfield__label.
mdl-selectield__label
mdl-selectfield__label
Thanks for the script though, it's much appreciated! :)
The text was updated successfully, but these errors were encountered:
Should be fixed in 1.0.2
1.0.2
Sorry, something went wrong.
No branches or pull requests
Just noticed one, tiny error preventing the labels from working correctly.
The label class is listed as
mdl-selectield__label
instead ofmdl-selectfield__label
.Thanks for the script though, it's much appreciated! :)
The text was updated successfully, but these errors were encountered: