Postlagerkarte / blazor-dragdrop

Easy-to-use Drag and Drop Library for Blazor
MIT License
399 stars 96 forks source link

Is it possible to change type of draging item while item being dragging? #131

Open Ros-Artiukh opened 2 years ago

Ros-Artiukh commented 2 years ago

Hello guys! Have 2 dropzone: one have Items with type "A", second dropzone have items with type "B" - problem is that dropzone with type "B" not accept items with type "A", so i need change type of item ("A" to type "B".) when draging item Please help