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

[0.8] Unable to observe property 'hidden' #1322

Closed
nevir opened this issue Mar 21, 2015 · 1 comment
Closed

[0.8] Unable to observe property 'hidden' #1322

nevir opened this issue Mar 21, 2015 · 1 comment

Comments

@nevir
Copy link
Contributor

nevir commented Mar 21, 2015

Polymer({
  is: 'x-foo',
  properties: {
    hidden: {
      type: Boolean,
      observer: '_hiddenChanged',
    }
  },
  // This never gets called.
  _hiddenChanged: function() {},
});
@kevinpschaaf
Copy link
Member

Closing, hidden is a built-in property.

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

No branches or pull requests

2 participants