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
Currently, the BitDateRangePicker component does not reset its internal variables when the Culture parameter is set. This can lead to inconsistencies in the displayed date formats and other culture-specific settings.
Add the [CallOnSet(nameof(HandleParameterChanges))] attribute to the Culture parameter in the BitDateRangePicker component. This will ensure that the necessary variables are reset whenever the Culture parameter is updated.
The text was updated successfully, but these errors were encountered:
msynk
changed the title
Add CallOnSet attribute on Culture parameter in BitDateRangePicker
The Culture parameter of the BitDateRangePicker is missing some change handling
Aug 21, 2024
Currently, the BitDateRangePicker component does not reset its internal variables when the Culture parameter is set. This can lead to inconsistencies in the displayed date formats and other culture-specific settings.
Add the [CallOnSet(nameof(HandleParameterChanges))] attribute to the Culture parameter in the BitDateRangePicker component. This will ensure that the necessary variables are reset whenever the Culture parameter is updated.
The text was updated successfully, but these errors were encountered: