pallets-eco/flask-admin

Horizontal forms for bootstrap 4

mdanse opened this issue · 1 comments

mdanse commented

Currently the bootstrap 3 templates for "create" and "edit" result in horizontal forms (label and field in the same row) whereas the bootstrap 4 templates result in vertical forms (label above the field). This is inconsistent and is also inconvenient for models with many attributes since it results in very long forms. Would it be possible to either make this consistent or otherwise allow a preference to be set for vertical or horizontal forms?

mdanse commented

I have submitted a pull request to support this: #2368