polymer-sortablejs icon indicating copy to clipboard operation
polymer-sortablejs copied to clipboard

Setting the sort property via markup doesn't work

Open AlexKeySmith opened this issue 9 years ago • 2 comments

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 :-)

AlexKeySmith avatar Nov 06 '16 16:11 AlexKeySmith

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! :-)

AlexKeySmith avatar Nov 06 '16 22:11 AlexKeySmith

Howdie, anyone had a chance to take a look at my pull request?

AlexKeySmith avatar Nov 28 '16 08:11 AlexKeySmith