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

A Polymer binding to SortableJS.

Results 17 polymer-sortablejs issues
Sort by recently updated
recently updated
newest added

Hi, A fix for issue #22 I've taken the approach to retain backwards compatibility for people who are using the "sort" property directly rather than via markup, as they wouldn't...

I need a fixed left list, not sortable, with "pull" option equals to "clone" (so the items remains in list), and a right list (sortable) where to put the items...

I added an element like this: ``` {{item.key}} ``` ``` attached: function() { this.$.master.group = { name: this.uuid, pull: 'clone' }; }, ``` After cloning occurs, the icon isn't getting...

Because Polymer event (set in `sortablejs.html`) have the same name as in the native Sortable library, a Polymer listener function would be called twice. What I usually do is to...

Hey Ye, I am just wondering if it makes sense to have an arrow function here: https://github.com/SortableJS/polymer-sortablejs/blob/5b7f08ac75a7025cb8e434de020ed050ae5bd698/polymer-sortablejs.html#L15 Code reads: ``` group : { type: Object, value: () => {return {name:...

because of the default draggable value of ">*" `newIndex` and `oldIndex` are always `0` and the dom revert to its intial state (ro reordering happening). No time for a PR...

The polymer 1.4.0 app-toolbox supports lazy registration of elements. However lazy registration breaks the functioning of the sortable-js component. on https://www.polymer-project.org/1.0/docs/release-notes #3508 a method is describe to disable lazyregister for...