the-urlist / BlazorSortable

A sortable list component for Blazor
MIT License
139 stars 20 forks source link

Added ForceFallback property on SortableList and demo page #1

Closed digitaldirk closed 5 months ago

digitaldirk commented 6 months ago

ForceFallback is now a property for SortableList and is true by default, that is now passed into the JavaScript. Also added a demo showing this behavior.

burkeholland commented 5 months ago

Very nice! Love it. Thank you.