Flask-AppBuilder
Flask-AppBuilder copied to clipboard
What supposed to be in "appbuilder/general/widgets/list_add.html" it is not in the template folder.
While facing some errors,
could you please give a hint on what supposed to be in appbuilder/general/widgets/list_add.html
?
I m trying to implement child add form. and i thought the ListAddWidget
could be of assistance,
Hi @afidegnum,
Yes this is strange, this widget is defined, but there is no template for it, but there are no dependencies and nothing on the docs either. loose end i guess.
yes, i think it's a missing template maybe we can modify list_edit
to list_add
I want to implement add/edit widget do we have any sample