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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2284,6 +2284,7 @@
2284
2284
"Block2Intro": "Cascading selection is not available",
2285
2285
"Block3Title": "Two-way binding",
2286
2286
"Block3Intro": "The values in the text box change when you change the cascading selection option by binding the <code>Value</code> property with the <code>Select</code> component.",
2287
+
"Block3Desc": "You can use <code>IsClearable</code> to control whether to display the clear button. The default value is <code>false</code>",
2287
2288
"Block4Title": "Client validation",
2288
2289
"Block4Intro": "When cascading selection is not selected, click the submit button to block.",
2289
2290
"Block5Title": "The binding generic is the Guid structure",
0 commit comments