Skip to content

Commit b434a67

Browse files
vnbaaijCopilot
andauthored
Update examples/Demo/FluentUI.Demo.Client/Documentation/Components/SortableList/FluentSortableList.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5eb2a13 commit b434a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Demo/FluentUI.Demo.Client/Documentation/Components/SortableList/FluentSortableList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The `ItemFilter` parameter is a function that takes an item and returns a boolea
103103
In the left list below, the `ItemFilter` parameter is set to filter out (at most) 4 random items from the list. In the right list, the `ItemFilter` parameter is set to filter out items with an Id larger than 6.
104104
See the Razor tab for how the different functions are being specified.
105105

106-
>[!Note] The lists in this example are not part of the same group (`Group` parameter is not set). So dragging between the lists or moving focus between lists by keyboardis not possible. Only sorting items within each individual list is implemented.
106+
>[!Note] The lists in this example are not part of the same group (`Group` parameter is not set). So dragging between the lists or moving focus between lists by keyboard is not possible. Only sorting items within each individual list is implemented.
107107
108108
{{ SortableListFiltering }}
109109

0 commit comments

Comments
 (0)