imAsparky / django-tag-me

Django Tag Me... Tag a model, a field, user tags and more...
Other
1 stars 0 forks source link

[CHORE]: Add machinery to get css_classes into the custom form for the widget. #99

Open imAsparky opened 3 months ago

imAsparky commented 3 months ago

What is the chore?

The custom form handles passing the css_class into 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.