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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1997,7 +1997,8 @@
1997
1997
"IsVirtualizeTitle": "Virtualize",
1998
1998
"IsVirtualizeIntro": "Set <code>IsVirtualize</code> to <b>true</b> enable virtual scroll for large data",
1999
1999
"IsVirtualizeDescription": "Component virtual scrolling supports two ways of providing data through <code>Items</code> or <code>OnQueryAsync</code> callback methods",
2000
-
"AttrIsVirtualize": "Wether to enable virtualize"
2000
+
"AttrIsVirtualize": "Wether to enable virtualize",
2001
+
"AttIsAutoClearWhenInvalid": "Whether to automatically clear invalid values when focus leaves the component"
0 commit comments