Skip to content

Commit

Permalink
Dev : value of select widget
Browse files Browse the repository at this point in the history
  • Loading branch information
louis committed Oct 2, 2015
1 parent 0730a4b commit 9d06aa4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions application/extensions/SettingsWidget/SettingsWidget.php
Expand Up @@ -400,10 +400,9 @@ public function renderSelect($name, array $metaData, $form = null)

return App()->getController()->widget('yiiwheels.widgets.select2.WhSelect2', array(
'name' => $name,
'data' => $metaData['options'],
'data' => $metaData['options'],
'value' => $value,
'pluginOptions' => array(
'value' => $value,

'options' => $select2Options,
),

Expand Down

0 comments on commit 9d06aa4

Please sign in to comment.