Sortable List Fallback Default Value #1601
Closed
digitaldirk
started this conversation in
General
Replies: 1 comment 1 reply
-
Yes, that was intended. The Urlist team did not like the way the default HTML5 drag and drop worked/was styled andd therefore went with the Sortable provided look and feel. I did not have such strong feelings about it so went with the HTML5 one. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I wanted to discuss the new Sortable List component fallback property. The fallback property is defaulted to false in this library:
fluentui-blazor/src/Core/Components/SortableList/FluentSortableList.razor.cs
Line 88 in bb9b53d
While it is defaulted to true in BlazorSortable: https://github.com/the-urlist/BlazorSortable/blob/5b9ee8db115a296f09638ddc8b4c95e2ad6afe57/Shared/SortableList.razor#L54
I have no issue with this, I was just curious if this was intended and if so what was the reasoning?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions