DatePicker
Basic usage
Used to select a date from from a dropdown popup calendar, or enter it manually in a textbox, it can be configured by setting theOptparameter:
<ODatePicker @bind-Value="model.DatePicker"/>
DatePickerOpt
DatePicker options modelAfterChangeFunc | Function to execute after value has changed |
ClearBtn | Clear button |
CssClass | Main container css class |
Disabled | Is editor disabled |
Placeholder | Input placeholder |
Comments