diff --git a/src/ActiveField.php b/src/ActiveField.php index 22e5036..8c10f87 100644 --- a/src/ActiveField.php +++ b/src/ActiveField.php @@ -438,7 +438,7 @@ class ActiveField extends \yii\widgets\ActiveField /** * {@inheritdoc} */ - public function dropdownList($items, $options = []) + public function dropDownList($items, $options = []) { if ($this->form->layout === ActiveForm::LAYOUT_INLINE) { Html::removeCssClass($this->labelOptions, 'visually-hidden');