bootstrap-flask icon indicating copy to clipboard operation
bootstrap-flask copied to clipboard

rendering labels and description with classes

Open PanderMusubi opened this issue 1 year ago • 2 comments
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.

PanderMusubi avatar Dec 31 '23 00:12 PanderMusubi

I will also update the verbatum code examples in form.html.

PanderMusubi avatar Dec 31 '23 01:12 PanderMusubi

tests added and bugfix normal labels

PanderMusubi avatar Jan 10 '24 22:01 PanderMusubi