dotnet / dotnet/aspnetcore

[Blazor] InputSelect and related components analyzer

Open
#65,244 0 comments 2 reactions 0 assignees View on GitHub
analyzer area-blazor
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 10h
Merged PRs (30d)
281

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 `text`.

We should consider an analyzer that warns about incorrect usages. For example, nullable values likely require an empty options entry `text` and we likely need to treat `""` as `null` in that scenario.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.