You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... If either addon_before or addon_after are defined, the wrapper tags and their classes are hard-coded instead of using the values self.addon_before_class and/or self.addon_after_class as defined here:
Per the
bootstrap_field
feature documentation, aNone
value may be supplied to the templatetag to render an input group without wrapping<span>
tags:django-bootstrap5/src/django_bootstrap5/templatetags/django_bootstrap5.py
Line 444 in dacc14f
... But the feature is not implemented. According to the following lines:
django-bootstrap5/src/django_bootstrap5/renderers.py
Lines 491 to 496 in dacc14f
... If either
addon_before
oraddon_after
are defined, the wrapper tags and their classes are hard-coded instead of using the valuesself.addon_before_class
and/orself.addon_after_class
as defined here:django-bootstrap5/src/django_bootstrap5/renderers.py
Lines 212 to 217 in dacc14f
Since these values are ignored, neither can the classes be changed to another value, nor can they be nullified for the case of rendering a button.
The text was updated successfully, but these errors were encountered: