fix default ActiveField::hintOptions
This commit is contained in:
parent
c4013bfde7
commit
a65c89425e
@ -494,7 +494,7 @@ class ActiveField extends \yii\widgets\ActiveField
|
||||
{
|
||||
$config = [
|
||||
'hintOptions' => [
|
||||
'tag' => 'small',
|
||||
'tag' => 'div',
|
||||
'class' => ['form-text', 'text-muted'],
|
||||
],
|
||||
'errorOptions' => [
|
||||
|
Loading…
Reference in New Issue
Block a user