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/Components/Select/SelectBase.cs
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,6 @@ public abstract class SelectBase<TValue> : PopoverSelectBase<TValue>
120
120
/// <summary>
121
121
/// Gets or sets the default text for virtualized items. Default is null.
122
122
/// </summary>
123
-
/// <remarks>Effective when <see cref="IsVirtualize"/> is enabled and data source is provided via <see cref="OnQueryAsync"/>. If the data set does not contain the <see cref="DisplayBase{TValue}.Value"/> option value during rendering, the DefaultText value is used.</remarks>
0 commit comments