SortableJS / vue.draggable.next

Vue 3 compatible drag-and-drop component based on Sortable.js
https://sortablejs.github.io/vue.draggable.next/#/simple
MIT License
3.91k stars 531 forks source link

Expand isHtmlAttribute #35

Closed bbenjamin closed 3 years ago

bbenjamin commented 3 years ago

I'm using Vue draggable in a context that would benefit from the list having role and some aria- attributes. I expanded isHtmlAttribute criteria to return true on those, and added some test coverage as well.

David-Desmaisons commented 3 years ago

@bbenjamin Thanks.