0
On the Create New Record page two calendars (datepickers) appear for a date field. One of them is truncated, I believe it is flask_admin. The other was created by form_widget_args, as below. form_widget_args = { 'date': { 'type': 'date', 'Rows': 20 } } How can I delete or correct the truncated calendar?