flask-admin
flask-admin copied to clipboard
How to to use modal dialog to create a new inline model
I've a Task model and User model and I added task model to the UserModelView in inline_models, and I get the expected behavior with list of tasks and add task button that creates a simple form. Problem is I want for that specific part to use the modal dialog for more fields.