Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
3ch3r46 committed Jan 24, 2015
1 parent 2e324cd commit 264a437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ or use this with jquery function call :

For from widget, you can use code below :
```php
<?= $form->field($model, 'attribute')->widget(AutogrowInput::className()); ?>
<?= $form->field($model, 'attribute')->widget(AutogrowInput::className(), ['options' => ['class' => 'form-control']]); ?>
```

0 comments on commit 264a437

Please sign in to comment.