Commit 2329af15 by Tadas Z

Fixed duplicate error message when client validation is enabled

parent 886def85
......@@ -332,7 +332,7 @@ class ActiveField extends \yii\widgets\ActiveField
],
'errorOptions' => [
'tag' => 'p',
'class' => 'help-block',
'class' => 'help-block help-block-error',
],
'inputOptions' => [
'class' => 'form-control',
......
......@@ -5,6 +5,7 @@ Yii Framework 2 bootstrap extension Change Log
--------------------------
- Bug #3292: Fixed dropdown widgets rendering incorrect HTML (it3rmit)
- Bug #3740: Fixed duplicate error message when client validation is enabled (tadaszelvys)
- Bug #3749: Fixed invalid plugin registration and ensure clickable links in dropdown (kartik-v)
- Chg #3036: Upgraded Twitter Bootstrap to 3.1.x (qiangxue)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment