Tighten common code validation and group selection
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
ValueChanged="OnSelectedGroupChanged"
|
||||
Label="코드 그룹"
|
||||
Variant="Variant.Outlined"
|
||||
FullWidth="true">
|
||||
FullWidth="true"
|
||||
Clearable="true">
|
||||
<MudSelectItem Value="@string.Empty">선택</MudSelectItem>
|
||||
@foreach (var group in Groups)
|
||||
{
|
||||
<MudSelectItem Value="@group">@group</MudSelectItem>
|
||||
|
||||
Reference in New Issue
Block a user