SortableJS / react-sortablejs

React bindings for SortableJS
http://sortablejs.github.io/react-sortablejs/
MIT License
2.07k stars 211 forks source link

[bug] creatElement tag, i want to add our attribute #258

Open lujiewei521 opened 2 years ago

lujiewei521 commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

If it is a nested reactSortable component, I want to put some custom attributes on the component, but we cannot do so now because we have limited the attributes of the tag, such as id, className, style

image