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