Generate HTML5 date/time inputs by default
Author: marcelolxCreated May 28, 2021Updated Feb 14, 2024
It's a long time ago since HTML5 date/time support was included in simple_form https://github.com/heartcombo/simple_form/pull/935 and since then as the docs describe by default they are disabled https://github.com/heartcombo/simple_form/pull/1150 because at the time the browsers weren't ready for them, but I think now 8 years after, the browsers are ready as mdn browser compatibility suggests https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date#browser_compatibility, what do you think about simple_form turn on the generation of these html5 inputs by default?
This probably would be a breaking change and would require a major release, I suppose
Source: heartcombo/simple_form