Skip to content

Commit d16dc6b

Browse files
committed
Fix documentation for MultipleSelectionFormField
see 9aed575 see #302
1 parent 6f8194d commit d16dc6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/php/api/form_builder/form_fields.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ These methods do **not**, however, restrict the number of text rows that can be
145145
### `MultipleSelectionFormField`
146146

147147
`MultipleSelectionFormField` is a form fields that allows the selection of multiple options out of a predefined list of available options.
148-
The class implements `IAttributeFormField`, `ICssClassFormField`, `IFilterableSelectionFormField`, `IImmutableFormField`, and `INullableFormField`.
149-
If the field is nullable and no option is selected, `null` is returned as the save value.
148+
The class implements `IAttributeFormField`, `ICssClassFormField`, `IFilterableSelectionFormField`, and `IImmutableFormField`.
150149

151150

152151
### `RadioButtonFormField`

0 commit comments

Comments
 (0)