Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rendering labels and description with classes #349

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PanderMusubi
Copy link
Collaborator

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 PanderMusubi requested a review from greyli December 31, 2023 00:57
@PanderMusubi PanderMusubi self-assigned this Dec 31, 2023
@PanderMusubi
Copy link
Collaborator Author

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

@PanderMusubi PanderMusubi force-pushed the labels_and_descriptions branch from b0f21cf to 17c3e84 Compare January 10, 2024 22:19
@PanderMusubi
Copy link
Collaborator Author

tests added and bugfix normal labels

@PanderMusubi PanderMusubi force-pushed the labels_and_descriptions branch from 17c3e84 to 9fe63fe Compare January 24, 2024 17:16
@PanderMusubi PanderMusubi force-pushed the labels_and_descriptions branch from 9fe63fe to 6dffc7c Compare January 24, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bootstrap5 enhancement New feature or request form
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant