mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-21 17:20:57 +08:00
Fixes #1856: The default CSS class for hint generated by ActiveField is changed to help-block
This commit is contained in:
@@ -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]].
|
||||
|
||||
Reference in New Issue
Block a user