Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed problem with paper-select-options in Ember 2.7+ #510

Merged

Conversation

ibarrick
Copy link
Contributor

@ibarrick ibarrick commented Oct 5, 2016

They added assertions that were failing for paper-select options. I was able to fix the issue by setting the attributeBindings and tagName to undefined and '' respectively before calling init, rather than after. Now the assertions pass and the component works as expected.

@miguelcobain miguelcobain merged commit 46b4fc3 into adopted-ember-addons:paper-menu Oct 6, 2016
@miguelcobain
Copy link
Collaborator

Thanks for looking in to this, @ibarrick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants