Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
wbraganca committed Nov 7, 2015
1 parent c86ee88 commit fbdc1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ use wbraganca\selectivity\SelectivityWidget;
?>

<?= $form->field($model, 'city')->widget(SelectivityWidget::classname(), [
'clientOptions' => [
'pluginOptions' => [
'allowClear' => true,
'items' => ['Amsterdam', 'Antwerp'],
'placeholder' => 'No city selected'
Expand Down

0 comments on commit fbdc1d0

Please sign in to comment.