Update ActiveField.php
This commit is contained in:
parent
9be83b526a
commit
2a36723f25
@ -438,7 +438,7 @@ class ActiveField extends \yii\widgets\ActiveField
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function dropdownList($items, $options = [])
|
public function dropDownList($items, $options = [])
|
||||||
{
|
{
|
||||||
if ($this->form->layout === ActiveForm::LAYOUT_INLINE) {
|
if ($this->form->layout === ActiveForm::LAYOUT_INLINE) {
|
||||||
Html::removeCssClass($this->labelOptions, 'visually-hidden');
|
Html::removeCssClass($this->labelOptions, 'visually-hidden');
|
||||||
|
Loading…
Reference in New Issue
Block a user