Skip to content

Commit 6137c6a

Browse files
author
Eugene Tupikov
committed
Fixed generation of input name prefix in case of using widget without Model
1 parent e9a122c commit 6137c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MultipleInputColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private function getInputNamePrefix()
7070
}
7171
return Html::getInputName($this->widget->model, $this->widget->attribute);
7272
}
73-
return $this->name;
73+
return $this->widget->name;
7474
}
7575

7676
private function hasModelAttribute($name)

0 commit comments

Comments
 (0)