simple_form icon indicating copy to clipboard operation
simple_form copied to clipboard

Fix DatetimeInput so it respects html5 wrapper configuration

Open jamezilla opened this issue 1 year ago • 0 comments

Bug fix for #1739

I reorganized the tests a little bit. Tests which should generate html5 inputs were consolidated under DateTimeInputWithHtml5Test and tests which shouldn't generate html5 inputs were consolidated under DateTimeInputWithoutHtml5Test.

I also removed some unnecessary calls to swap_wrapper since the default wrapper supports optional use of the html5 component.

jamezilla avatar Feb 14 '24 20:02 jamezilla