[CHORE]: Add machinery to get css_classes into the custom form for the widget. #99
Labels
No labels
bug
Chore
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
javascript
python
question
refactor
release
tests
ui
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dunwright/django-tag-me#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What is the chore?
The custom form handles passing the
css_classinto the widget. The form needs to be supplied the css to pass. Investigate options to get the css in to the form and add the code.Users can override the template, far more control and less work maintaining.