Skip to content

Commit 2e67aa8

Browse files
committed
2 parents 0d61af5 + f1ef6cb commit 2e67aa8

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
Yii2 multiple input change log
22
==============================
33

4-
2.8.2
4+
2.9.0
55
=====
66

77
- Pass the added row to `afterAddRow` event
88

9+
2.8.2
10+
=====
11+
12+
- Fixed conflict with jQuery UI sortable
13+
914
2.8.1
1015
=====
1116

src/assets/src/css/sorting.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,8 @@ tr.placeholder:before {
3939
margin-top: -5px;
4040
left: -5px;
4141
border-right: none;
42+
}
43+
44+
table.multiple-input-list.table-renderer tr > td.list-cell__drag {
45+
width: 35px;
4246
}

src/assets/src/css/sorting.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/src/js/jquery-sortable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,4 +690,4 @@
690690
});
691691
};
692692

693-
}(jQuery, window, 'sortable');
693+
}(jQuery, window, 'sorting');

0 commit comments

Comments
 (0)