Files
Moonlight/Moonlight.Client/UI/Forms/DateComponent.razor

3 lines
127 B
Plaintext

@inherits BaseFormComponent<DateTime>
<input @bind="Binder.Value" type="date" autocomplete="off" class="form-input w-full">