I try to use the date query filter with locale “fr” (setting fr in element options) but the datepicker throws an error (Invalid date provided: mars 9, 2025).
I’m also trying to use a different date format (d M Y) but also have problems doing this (with or without using fr locale).
There is a problem when I set the locale to “fr” and I change the date format, for example : d M Y.
Say I select 3 mars 2025 and I submit the form, the date in the input is updated to 3 janvier 2025 (but the url param is correct : 2025-03-03).