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
@@ -2780,7 +2780,9 @@
2780
2780
"InputsFormatStringSetting": "Set up",
2781
2781
"InputsFormatStringTips": "The <code>BootstrapInput</code> component binds <code>byte[]</code> array and formats it as an example of <code>base64</code> encoded string",
2782
2782
"UseInputEvent": "Whether use oninput event when bind-value",
2783
-
"IsTrim": "automatically trim white space when entering content"
2783
+
"IsTrim": "automatically trim white space when entering content",
2784
+
"ClearableTitle": "Clearable",
2785
+
"ClearableIntro": "By setting the <code>Clearable=\"true\"</code> parameter, a small <b>Clear</b> button will be displayed when the component gains focus or when the mouse hovers over it."
0 commit comments