We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40abd18 commit bc70e7eCopy full SHA for bc70e7e
src/BootstrapBlazor/Components/Select/SimpleSelectBase.cs
@@ -14,7 +14,7 @@ namespace BootstrapBlazor.Components;
14
public abstract class SimpleSelectBase<TValue> : SelectBase<TValue>
15
{
16
/// <summary>
17
- /// Gets virtualize component instrance
+ /// Gets virtualize component instance
18
/// </summary>
19
[NotNull]
20
protected Virtualize<SelectedItem>? _virtualizeElement = default;
0 commit comments