django-rest-framework icon indicating copy to clipboard operation
django-rest-framework copied to clipboard

Fixed #5363 -- HTML5 datetime-local valid format HTMLFormRenderer

Open mgaligniana opened this issue 10 months ago • 1 comments

Description

Hi!

This PR deletes the [milli|micro]seconds part of a DateTimeField input at HTMLFormRenderer to avoid break in browsers:

image

refs #5363

mgaligniana avatar Apr 04 '24 19:04 mgaligniana