jdtcn / BlazorDateRangePicker

A Blazor component for choosing date ranges and dates
MIT License
182 stars 35 forks source link

SingleDatePicker="true" do not show ButtonsTemplate #61

Closed lthoa closed 3 years ago

lthoa commented 3 years ago

Hi,

If set SingleDatePicker="true" and TimePicker="false" the buttons in ButtonsTemplate do nots show. I need add custom button to reset selected value in SingleDatePicker mode.

jdtcn commented 3 years ago

Hi, it's how it was intended in the original js component. You can use the AutoApply="false" property to make the buttons appear.

lthoa commented 3 years ago

Thanks @jdtcn