Actual Behavior
DateTime field is supported. However, according to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#input_types at the bottom, it says input type datetime is obsolete now.
Expected Behavior
Print a deprecation warning when a DateTime field is used and that it should be replaces with a DateTimeLocal field.
Environment
- Python version: 3.10
- wtforms version: 3.1.2
Actual Behavior
DateTime field is supported. However, according to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#input_types at the bottom, it says input type datetime is obsolete now.
Expected Behavior
Print a deprecation warning when a DateTime field is used and that it should be replaces with a DateTimeLocal field.
Environment