7 references to InputDateType
Microsoft.AspNetCore.Components.Web (7)
Forms\InputDate.cs (7)
35[Parameter] public InputDateType Type { get; set; } = InputDateType.Date; 71InputDateType.Date => ("date", DateFormat, "date"), 72InputDateType.DateTimeLocal => ("datetime-local", DateTimeLocalFormat, "date and time"), 73InputDateType.Month => ("month", MonthFormat, "year and month"), 74InputDateType.Time => ("time", TimeFormat, "time"), 75_ => throw new InvalidOperationException($"Unsupported {nameof(InputDateType)} '{Type}'.")