BlazorDateRangePicker
BlazorDateRangePicker copied to clipboard
option ShowDropdowns not considered when used within DateRangePickerConfig
Hi,
I just noticed that initializing a custom DateRangePickerConfig with ShowDropdowns = false in application startup and using it in DateRangePicker won't have the expected behaviour. Indeed, the month/year dropdowns will continue displaying.
To hide the dropdowns, I need to set the ShowDropdowns property directly in the markup. I'm using the latest build at the time I'm posting this.
Thanks