[Blazor] InputSelect and related components analyzer
Open
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
Assessment
This issue has not been assessed yet.