diff --git a/src/Forms/FormField.php b/src/Forms/FormField.php index 572cecf83..415686b7f 100644 --- a/src/Forms/FormField.php +++ b/src/Forms/FormField.php @@ -255,6 +255,7 @@ class FormField extends RequestHandler private static $casting = array( 'FieldHolder' => 'HTMLFragment', + 'SmallFieldHolder' => 'HTMLFragment', 'Field' => 'HTMLFragment', 'AttributesHTML' => 'HTMLFragment', // property $AttributesHTML version 'getAttributesHTML' => 'HTMLFragment', // method $getAttributesHTML($arg) version