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
While tbxforms marks optional labels with "(required)", we had requests to stick to the asterisk denoting required fields.
At the moment that is not possible unless one overrides the whole field.html or use JS.
Can we:
add a required class to all labels for required fields (or optional fields marked as required) e.g. tbxforms-label--required
allow passing additional classes to labels, or the wrapping container (I guess that is covered by I would like to be able to add my own class to a label #26. One can pass label_class to the Field definition, h/t @siimonevans). Although in our case it can be tedious to have to specify each field
make the label and include that is easier to override in isolation?
optionally have TBXFORMS_REQUIRED_LABEL_MARKER settings, defaulting to an empty string?
The text was updated successfully, but these errors were encountered:
While tbxforms marks optional labels with "(required)", we had requests to stick to the asterisk denoting required fields.
At the moment that is not possible unless one overrides the whole
field.html
or use JS.Can we:
tbxforms-label--required
label_class
to theField
definition, h/t @siimonevans). Although in our case it can be tedious to have to specify each fieldThe text was updated successfully, but these errors were encountered: