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
Whilst the first <label> is fine, should sr-only be supported (I haven't actually checked if it is), the second <label> should be suppressed, or also applied with the sr-only class.
The text was updated successfully, but these errors were encountered:
Btw: The same goes for the label_class attribute for checkboxes. If a different label_class is specified in the bootstrap_field, it does not appear in the html (will always be "form-check-label").
Similar to zostera/django-bootstrap3#414, the show_label=False directive is ignored for checkbox fields.
renders
Whilst the first
<label>
is fine, should sr-only be supported (I haven't actually checked if it is), the second<label>
should be suppressed, or also applied with the sr-only class.The text was updated successfully, but these errors were encountered: