You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/BootstrapBlazor.Server/Locales/en-US.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3088,7 +3088,9 @@
3088
3088
"MultiSelectVirtualizeDescription": "Component virtual scrolling supports two ways of providing data through <code>Items</code> or <code>OnQueryAsync</code> callback methods",
3089
3089
"MultiSelectsAttribute_ShowSearch": "Whether to display the search box",
3090
3090
"MultiSelectsAttribute_IsVirtualize": "Wether to enable virtualize",
3091
-
"MultiSelectsAttribute_DefaultVirtualizeItemText": "The text string corresponding to the first load value when virtual scrolling is turned on is separated by commas"
3091
+
"MultiSelectsAttribute_DefaultVirtualizeItemText": "The text string corresponding to the first load value when virtual scrolling is turned on is separated by commas",
3092
+
"MultiSelectGenericTitle": "Generic",
3093
+
"MultiSelectGenericIntro": "Data source <code>Items</code> supports generics when using <code>SelectedItem<TValue></code>"
0 commit comments