stimulus-components / stimulus-sortable

A Stimulus controller to reorder lists with drag-and-drop.
https://stimulus-sortable.stimulus-components.com
MIT License
86 stars 19 forks source link

Add configurable index offset value #26

Open hasghari opened 9 months ago

hasghari commented 9 months ago

Some libraries like the ranked-model gem expect a zero-based index. This pull request adds a configurable offset to make this library compatible without breaking backwards compatibility.