Fixes #1856: The default CSS class for hint generated by ActiveField is changed to help-block

This commit is contained in:
Qiang Xue
2014-01-29 18:39:07 -05:00
parent f5e1fbc532
commit 7ae4695d0c
6 changed files with 3 additions and 20 deletions

View File

@@ -70,7 +70,7 @@ class ActiveField extends Component
*
* - tag: the tag name of the container element. Defaults to "div".
*/
public $hintOptions = ['class' => 'hint-block'];
public $hintOptions = ['class' => 'help-block'];
/**
* @var boolean whether to enable client-side data validation.
* If not set, it will take the value of [[ActiveForm::enableClientValidation]].