Skip to content

Removes date fields format customization

Aims to fix a bug where the datepicker component was not able to correctly retrieve the date displayed in the text field due format compatibility. Since there is no reliable way to convert the formats (used by strftime and the datepicker), the option to customize the date format was removed from the date_field and date_range_field helpers.

Merge request reports