You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
I just noticed that initializing a custom
DateRangePickerConfig
withShowDropdowns = false
in application startup and using it inDateRangePicker
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
The text was updated successfully, but these errors were encountered: