Does anyone know of an easy way to specify a size for input fields in Flask-Admin?
E.g. setting class="input-xlarge"
on an input field does the trick, but is there a simple way to do that from Flask-Admin?
Does anyone know of an easy way to specify a size for input fields in Flask-Admin?
E.g. setting class="input-xlarge"
on an input field does the trick, but is there a simple way to do that from Flask-Admin?
Somewhat dirty way, but still useful
Use
form_widget_args
.For example: