fix default ActiveField::hintOptions

This commit is contained in:
Игорь Тарасов 2021-08-14 19:52:47 +05:00
parent c4013bfde7
commit a65c89425e

View File

@ -494,7 +494,7 @@ class ActiveField extends \yii\widgets\ActiveField
{
$config = [
'hintOptions' => [
'tag' => 'small',
'tag' => 'div',
'class' => ['form-text', 'text-muted'],
],
'errorOptions' => [