bootstrap-flask
bootstrap-flask copied to clipboard
rendering labels and description with classes
trafficstars
Labels and descriptions of form inputs do not use CSS classes provided to the field constructor via render_kw. This allows for this via Bootstrap classes and custom classes on individual fields. Implemented only for Bootstrap 5, example application shows all combinations needed to test the new functionality. Documentation has been written. After a review, test for pytest will be added.
I will also update the verbatum code examples in form.html.
tests added and bugfix normal labels