sympa-community / sympa

Sympa, Mailing List Management Software
https://www.sympa.community/sympa
GNU General Public License v2.0
237 stars 94 forks source link

Use browser's built-in "date" widget instead of jQuery UI Datepicker that is inaccessible using keyboard (#1751) #1782

Closed ikedas closed 4 months ago

ikedas commented 6 months ago

Instead, use browser's built-in widget with element.

This may fix #1751.

ldidry commented 6 months ago

I don’t know if it would be useful for the few browsers which doesn’t support date input type, but maybe we could keep a placeholder="yyyy-mm-dd" on the input?

ikedas commented 6 months ago

Done!