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 b478207 commit 73a772fCopy full SHA for 73a772f
src/BootstrapBlazor.Server/Components/Samples/SelectCities.razor.cs
@@ -10,7 +10,7 @@ namespace BootstrapBlazor.Server.Components.Samples;
10
/// </summary>
11
public partial class SelectCities
12
{
13
- private string _value = "";
+ private string? _value = null;
14
15
- private string _multipleValues = "";
+ private string? _multipleValues = null;
16
}
0 commit comments