File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ Yii2 multiple input change log
5
5
=====
6
6
7
7
- #104 : Fixed preparation of js attributes (Choate, unclead)
8
- - #109 : Using the ID of a widget instead of ID which can be passed via options property (unclead)
9
8
10
9
2.1.1
11
10
=====
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ public function run()
197
197
private function createRenderer ()
198
198
{
199
199
$ config = [
200
- 'id ' => $ this ->getId () ,
200
+ 'id ' => $ this ->options [ ' id ' ] ,
201
201
'columns ' => $ this ->columns ,
202
202
'min ' => $ this ->min ,
203
203
'max ' => $ this ->max ,
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ public function run()
147
147
private function createRenderer ()
148
148
{
149
149
$ config = [
150
- 'id ' => $ this ->getId () ,
150
+ 'id ' => $ this ->options [ ' id ' ] ,
151
151
'columns ' => $ this ->columns ,
152
152
'min ' => $ this ->min ,
153
153
'max ' => $ this ->max ,
You can’t perform that action at this time.
0 commit comments