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
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3024,7 +3024,12 @@
3024
3024
"MultiSelectOptionChangeLog": "Select the collection of items",
3025
3025
"MultiSelectIsEditableTitle": "Editable",
3026
3026
"MultiSelectIsEditableIntro": "Make the component editable by setting the <code>IsEditable</code> parameter",
3027
-
"MultiSelectIsEditableDescription": "By setting the <code>EditSubmitKey</code> parameter, you can specify whether to submit via <kbd>Enter</kbd> or <kbd>Space</kbd>"
3027
+
"MultiSelectIsEditableDescription": "By setting the <code>EditSubmitKey</code> parameter, you can specify whether to submit via <kbd>Enter</kbd> or <kbd>Space</kbd>",
3028
+
"MultiSelectVirtualizeTitle": "Virtualize",
3029
+
"MultiSelectVirtualizeIntro": "Set <code>IsVirtualize</code> to <b>true</b> enable virtual scroll for large data",
3030
+
"MultiSelectVirtualizeDescription": "Component virtual scrolling supports two ways of providing data through <code>Items</code> or <code>OnQueryAsync</code> callback methods",
3031
+
"MultiSelectsAttribute_ShowSearch": "Whether to display the search box",
3032
+
"MultiSelectsAttribute_IsFixedSearch": "Whether fixed the search box"
"SelectsIsEditableIntro": "By setting <code>IsEditable=\"true\"</code> to make the component editable",
3194
3199
"SelectsIsEditableDesc": "After the editable function is enabled, if the input value is not in the candidate items, the new value can be returned through the <code>TextConvertToValueCallback</code> callback method, and the <code>Items</code> data source can be updated through the <code>OnInputChangedCallback</code> callback to prevent the input value from being lost after the page is refreshed.",
3195
3200
"SelectsVirtualizeTitle": "Virtualize",
3196
-
"SelectsVirtualizeIntro": "Set <code>IsVirtualize</code> to <b>true</b> enable virtual scroll for larg data",
3201
+
"SelectsVirtualizeIntro": "Set <code>IsVirtualize</code> to <b>true</b> enable virtual scroll for large data",
3197
3202
"SelectsVirtualizeDescription": "Component virtual scrolling supports two ways of providing data through <code>Items</code> or <code>OnQueryAsync</code> callback methods",
3198
3203
"SelectsGenericTitle": "Generic",
3199
3204
"SelectsGenericIntro": "Data source <code>Items</code> supports generics when using <code>SelectedItem<TValue></code>",
0 commit comments