Esri / calcite-app-components

A collection of calcite components for building single page applications
https://esri.github.io/calcite-app-components/
Other
39 stars 10 forks source link

feat(value-list): allow dragging items between lists #1059

Closed jcfranco closed 4 years ago

jcfranco commented 4 years ago

Related Issue: #1056

Summary

Adds group prop to value-list to allow drag and drop items across lists with the same group (requires dragEnabled === true).

Notes

Questions