Releases: unclead/yii2-multiple-input
Releases · unclead/yii2-multiple-input
2.30.0
2.29.0
2.28.0
Release 2.28.0
- replace outdated jquery-sortable.js with a modern alternative (sortable.js) (@sankam-nikolya)
2.27.0
Release 2.26.2
2.26.2
- prevent error loop in case of undefined $wrapper.data('multipleInput') (cebe)
Release 2.26.1
Release 2.26.1
- remove the version from composer.json
Release 2.26.0
Release 2.26.0
- fix calculation of the current row index
- fix incrementing the current row index after adding a new row
Release 2.25.0
Release 2.24.0
Release 2.24.0
- #339 don't set tabindex explicitly
Release 2.23.0
Release 2.23.0
- always use
id
from the settings if it is specified - Ability to add custom
tabindex
via options array - #335 fix input name in case of one column and enabled sorting