Table of Contents

MBDatePicker

Summary

A Material.Blazor implementation of the Material Theme date picker specification. An implementation of the Material date picker specification for the desktop. Does not implement date ranges. Date pickers are only implemented in Material Theme for Android, so Material.Blazor interprets the spec as closely as possible with custom CSS. The result seems a little too dense and is within a couple of pixels of unstyled overflow content on the month selection menu for long month names in English; this is likely to overflow for languages with longer month names. We are therefore likely to relax the component's density, which should improve usability. We have deviated from the specification by adding an "undo" button to return to the current selected date. There is no "today" button, which is not in the Material Theme specification.

The SuppressDefaultDate parameter is checked in OnInitialized Async and not in SetParametersAsync. Therefore a change will not be detected (and makes little sense for the component).

 

 

Components Docs