jdtcn / BlazorDateRangePicker

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

fix: TimePicker24Hour not being used on left calendar #105

Closed KikoCV closed 1 month ago

KikoCV commented 1 month ago

If TimePicker24Hour parameter is set to False while displaying both a left and right side calendar, the left calendar hour input will still display the 24 hours.

Before change: Captura de ecrã 2024-07-24 130840

After change: AfterChange

this will fix issue #104