From: Tim Düsterhus Date: Mon, 6 Mar 2023 10:20:20 +0000 (+0100) Subject: Fix documentation for MultipleSelectionFormField X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d16dc6be90af77972f64911fc810185de2c38456;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Fix documentation for MultipleSelectionFormField see 9aed57546cdb727d99774af3d2209127f5a40efa see #302 --- diff --git a/docs/php/api/form_builder/form_fields.md b/docs/php/api/form_builder/form_fields.md index 2ab9a27f..65efaf62 100644 --- a/docs/php/api/form_builder/form_fields.md +++ b/docs/php/api/form_builder/form_fields.md @@ -145,8 +145,7 @@ These methods do **not**, however, restrict the number of text rows that can be ### `MultipleSelectionFormField` `MultipleSelectionFormField` is a form fields that allows the selection of multiple options out of a predefined list of available options. -The class implements `IAttributeFormField`, `ICssClassFormField`, `IFilterableSelectionFormField`, `IImmutableFormField`, and `INullableFormField`. -If the field is nullable and no option is selected, `null` is returned as the save value. +The class implements `IAttributeFormField`, `ICssClassFormField`, `IFilterableSelectionFormField`, and `IImmutableFormField`. ### `RadioButtonFormField`