-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Open
Labels
analyzerIndicates an issue which is related to analyzer experienceIndicates an issue which is related to analyzer experiencearea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Components
Milestone
Description
For InputSelect, depending on the attributes used, the options provided in the body and the type used in the TValue, we might need to have specific <option value="">text</option>.
We should consider an analyzer that warns about incorrect usages. For example, nullable values likely require an empty options entry <option value="">text</option> and we likely need to treat "" as null in that scenario.
malikmizery and rogihee
Metadata
Metadata
Assignees
Labels
analyzerIndicates an issue which is related to analyzer experienceIndicates an issue which is related to analyzer experiencearea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Components