polymer-sortablejs
polymer-sortablejs copied to clipboard
Setting the sort property via markup doesn't work
This is due to "true" not being supported by polymer as a default for properties being set from markup.
More information here: https://github.com/Polymer/polymer/issues/1812
I'm gearing up a pull request for it now :-)
A more succinct overview of why a false default property doesn't work: https://www.polymer-project.org/1.0/docs/devguide/properties#attribute-deserialization as I'm discovering more and more there are many important subtitles in the polymer documentation! :-)
Howdie, anyone had a chance to take a look at my pull request?