From 264a437cb085b2493c3f4329f4d123acf0ef9086 Mon Sep 17 00:00:00 2001 From: 3ch3r46 Date: Sat, 24 Jan 2015 11:13:59 +0700 Subject: [PATCH] Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25e373d..bcadec9 100755 --- a/README.md +++ b/README.md @@ -39,5 +39,5 @@ or use this with jquery function call : For from widget, you can use code below : ```php -field($model, 'attribute')->widget(AutogrowInput::className()); ?> +field($model, 'attribute')->widget(AutogrowInput::className(), ['options' => ['class' => 'form-control']]); ?> ``` \ No newline at end of file