Merge pull request #624 from Flynsarmy/balloonOptions

Add dynamic option support to balloon-selector fields
This commit is contained in:
Samuel Georges 2014-09-13 21:44:54 +10:00
commit d8bd36e2f5
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {
/*