Hello guys,
MudBlazor offers a visual indicator in the drop zone when reordering items.
Can you possibly add this in a future release?
Other examples of visual feedback on reordering list items can be seen here:
SortableJS
Hello guys,
MudBlazor offers a visual indicator in the drop zone when reordering items.
Can you possibly add this in a future release?
Other examples of visual feedback on reordering list items can be seen here:
SortableJS
There is a CSS class (rz-can-drop
) added over the current item while dragging:
with rz-dragging
you can style also the dragged item:
We prefer to not style by default these since the reorder is not a built-in operation but programmatically defined by the developer and you can define desired style depending if the item should be dropped before or after the current item:
Hello, and thank your for your response... I will have a closer look.