BlazorDateRangePicker
BlazorDateRangePicker copied to clipboard
add Propertie "yearShowLeft"
if "yearShowLeft" is true,then year Dropdowns will show in left, like

Hi, you can achieve this with pure css:
th.month {
direction: rtl;
}
.monthselect,
.yearselect {
direction: ltr;
display: table-cell;
}