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 bc444a7 commit b540b53Copy full SHA for b540b53
src/Components/Web/src/Forms/InputSelect.cs
@@ -11,7 +11,7 @@ namespace Microsoft.AspNetCore.Components.Forms
11
/// <summary>
12
/// A dropdown selection component.
13
/// </summary>
14
- public class InputSelect<TValue> : InputBase<TValue> where TValue : notnull
+ public class InputSelect<TValue> : InputBase<TValue>
15
{
16
private static readonly Type? _nullableUnderlyingType = Nullable.GetUnderlyingType(typeof(TValue));
17
0 commit comments