diff --git a/modules/backend/widgets/Form.php b/modules/backend/widgets/Form.php index fff5cccc0..85651dd7a 100644 --- a/modules/backend/widgets/Form.php +++ b/modules/backend/widgets/Form.php @@ -498,7 +498,7 @@ class Form extends WidgetBase /* * Get field options from model */ - $optionModelTypes = ['dropdown', 'radio', 'checkboxlist']; + $optionModelTypes = ['dropdown', 'radio', 'checkboxlist', 'balloon-selector']; if (in_array($field->type, $optionModelTypes)) { /* @@ -801,4 +801,4 @@ class Form extends WidgetBase return method_exists($object, $method); } -} \ No newline at end of file +}