Fix: Groups: Repeat groups - Sophist-UK/joomla_fabrik GitHub Wiki
By: Sophist
- Fix repeat group min/max functionality where min of zero was not working consistently.
- Remove fade of repeat add/remove buttons because not consistent with Bootstrap usage.
- Fixing Chosen dropdowns so that the close is reset to as new.
- Avoid double resetEvent called from both form.js and inside element.js.
- Replicate tooltips correctly. Element tooltips are correctly cloned, add / delete buttons have tips applied and Add tip is no longer cloned if displayed when Add is clicked.
- If you allow zero repeat rows and are attempting to add a first repeat row with a validation error, the row is no longer hidden after failed submission.
- Elements now get an unload event allowing javascript to be run when you delete a repeat group row.