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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2990,7 +2990,10 @@
2990
2990
"MultiSelectMaxMinMin": "Select at least two options",
2991
2991
"MultiSelectSearchLog": "Search for text",
2992
2992
"MultiSelectVeryLongTextDisplayText": "Extra long text",
2993
-
"MultiSelectOptionChangeLog": "Select the collection of items"
2993
+
"MultiSelectOptionChangeLog": "Select the collection of items",
2994
+
"MultiSelectIsEditableTitle": "Editable",
2995
+
"MultiSelectIsEditableIntro": "Make the component editable by setting the <code>IsEditable</code> parameter",
2996
+
"MultiSelectIsEditableDescription": "By setting the <code>EditSubmitKey</code> parameter, you can specify whether to submit via <kbd>Enter</kbd> or <kbd>Space</kbd>"
0 commit comments