Flash Admin - How to fix or delete a truncated calendar (datepicker)

Asked

Viewed 15 times

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?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.