Skip to content
New issue

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

Error in mdl-selectfield.js #19

Closed
ghost opened this issue Jun 7, 2016 · 1 comment
Closed

Error in mdl-selectfield.js #19

ghost opened this issue Jun 7, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 7, 2016

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.

Thanks for the script though, it's much appreciated! :)

@mebibou
Copy link
Owner

mebibou commented Jun 8, 2016

Should be fixed in 1.0.2

@mebibou mebibou closed this as completed Jun 8, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant