• Julen Ruiz Aizpuru's avatar
    Fixed #22533 -- Added label_suffix parameter to form fields. · 5eb81ce4
    Julen Ruiz Aizpuru yazdı
    Fields can now receive the `label_suffix` attribute, which will override
    a form's `label_suffix`.
    
    This enhances the possibility to customize form's `label_suffix`, allowing
    to use such customizations while using shortcuts such as
    `{{ form.as_p }}`.
    
    Note that the field's own customization can be overridden at runtime by
    using the `label_prefix` parameter to `BoundField.label_tag()`.
    
    Refs #18134.
    5eb81ce4
fields.txt 40.8 KB