When using DateTimeField and rendering a template, the html tag generated look like this :
The type is "datetime" which does not mean anything in vanilla HTML. So the browser display the field as a text Field.
The type should be "datetime-local"
Tested with WTforms 3.0.1
When using DateTimeField and rendering a template, the html tag generated look like this :
The type is "datetime" which does not mean anything in vanilla HTML. So the browser display the field as a text Field.
The type should be "datetime-local"
Tested with WTforms 3.0.1