Yii2 Multiple Input Versions Save

Yii2 widget for handle multiple inputs for an attribute of model

2.30.0

1 month ago

Release 2.30.0

  • #369 fix rendering action buttons in case the dataset contains non-numeric indices (unclead)

2.29.0

2 months ago

Release 2.29.0

  • fix addind active form fields doesn't work properly in case of 10 rows and more (unclead)
  • revert changes in normalize method because it affected ajax validation
  • fix addind active form fields in nested columns (unclead)

2.28.0

2 months ago

Release 2.28.0

  • replace outdated jquery-sortable.js with a modern alternative (sortable.js) (@sankam-nikolya)

2.27.0

2 years ago
  • #367 (fix) ajax validation doesn't work for newly added/cloned inputs

2.26.2

2 years ago

2.26.2

  • prevent error loop in case of undefined $wrapper.data('multipleInput') (cebe)

2.26.1

2 years ago

Release 2.26.1

  • remove the version from composer.json

2.26.0

2 years ago

Release 2.26.0

  • fix calculation of the current row index
  • fix incrementing the current row index after adding a new row

2.25.0

2 years ago

Release 2.25.0

  • rework cloning: fix #277, #351, #348 (unclead)

2.24.0

3 years ago

Release 2.24.0

  • #339 don't set tabindex explicitly

2.23.0

3 years ago

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