From d16dc6be90af77972f64911fc810185de2c38456 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 6 Mar 2023 11:20:20 +0100 Subject: [PATCH] Fix documentation for MultipleSelectionFormField see 9aed57546cdb727d99774af3d2209127f5a40efa see #302 --- docs/php/api/form_builder/form_fields.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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` -- 2.20.1