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

The link given in `README.md` is https://rubaxa.github.io/Sortable/ which shows 404 Not Found. Is the project still active? If it is, can there be a new working demo?

On the beggining, I would like to say sorry that I didn't split this to smaller PRs but this repo hasn't been maintained for a while and I needed all...

It looks like it hasn't been updated for a while now, is this project still active?

How can this be done via polymer?

The component behaves well on desktop. But using Chrome's inspector to toggle the device view (or on a real mobile device), it is not possible to drag and drop list...

delegate template adding/removing items to other parts of the application (e.g. listening to the add event -> pushing a key to a firebase -> the template reacting to firebase added-item...

Could it be possible to add dragClass: "sortable-drag" like it is in the main Sortable.js project?

…with native Sortable events\ Should close https://github.com/SortableJS/polymer-sortablejs/issues/16

Does anyone know how to extend the support of sortable to the iron-list component?

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...