We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0287091 commit d271d73Copy full SHA for d271d73
README.md
@@ -104,7 +104,7 @@ local list1 = froact.list({ setOrder = true }, {
104
Timer({}) -- Gets named Timer, since `name` was defined on it.
105
ReverseLabel({ text = "This line is last" }) -- Gets named ReverseLabel, and has `layoutOrder` set.
106
})
107
-local list2 = froact.list({ orderByName = true, key = "text" }, {
+local list2 = froact.list({ orderByName = true, key = "Text" }, {
108
froact.UIListLayout({ SortOrder = Enum.SortOrder.Name }), -- Gets named UIListLayout
109
froact.TextLabel({ Text = "First line" }), -- Gets named 1 | First line
110
froact.TextLabel({ Text = "Second line" }), -- Gets named 2 | Second line
0 commit comments