<InputSelect @bind-Value="someValue" id="someValue" required> <option value="">some Text</option> @foreach (var someValue in someValues) ...
確定! 回上一頁