ElemeFE / ElemeFE/element-react
Implement draggable for Tree
Open
- Dominant language
- JavaScript
- Stars
- 2.8k
- Forks
- 435
- PR merge metrics
- No merged PRs in 30d
Description
### Description
Attribute `draggable` is not implemented on Tree for the react bindings.
See the main docs: http://element.eleme.io/#/en-US/component/tree#draggable
### Reproduce Steps
1. Try to use Tree with `draggable`
### Solution
Implement draggable (and all associated attributed/props/methods/events like `allow-drag` and `node-drop`) and on Tree.
Contributor guide
Assessment
This issue has not been assessed yet.