File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
Yii2 multiple input change log
2
2
==============================
3
3
4
- 2.2.0 in development
5
- ====================
4
+ 2.2.0
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)
8
9
9
10
2.1.1
10
11
=====
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 ->options [ ' id ' ] ,
200
+ 'id ' => $ this ->getId () ,
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 ->options [ ' id ' ] ,
150
+ 'id ' => $ this ->getId () ,
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