Fix: Groups: Repeat groups - Sophist-UK/joomla_fabrik GitHub Wiki

By: Sophist

  1. Fix repeat group min/max functionality where min of zero was not working consistently.
  2. Remove fade of repeat add/remove buttons because not consistent with Bootstrap usage.
  3. Fixing Chosen dropdowns so that the close is reset to as new.
  4. Avoid double resetEvent called from both form.js and inside element.js.
  5. 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.
  6. 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.
  7. Elements now get an unload event allowing javascript to be run when you delete a repeat group row.