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

Disabling multi-file #4

Closed
Inrego opened this issue Aug 17, 2015 · 1 comment
Closed

Disabling multi-file #4

Inrego opened this issue Aug 17, 2015 · 1 comment

Comments

@Inrego
Copy link

Inrego commented Aug 17, 2015

Hey. It's currently not possible to disable multi-file. It's due to how boolean values are handled in Polymer (as boolean attribute values), where the only way to set it to false, is leave out the attribute. But that does not work since you've set the default value to 'true'.

You can read more about the topic here: Polymer/polymer#1812

Basicly, all boolean values should default to false.

Alternatively, you could change the attribute to a String type, and check for true/false values, if you do want the default value to be true.

@winhowes
Copy link
Owner

Great to know, will update!

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