Search results

  1. K

    FixMe J5 Radio buttons to button group in repeated group

    The official release has only worsened the behavior of the radiobutton plugin. When shown as buttons it is totally misbehaving, and it influences every repeated addition. No way to repeat, {i} doesnt increment.
  2. K

    Repeatable group repeats only once

    It still is a bit the same issue as earlyer with the button group radio buttons
  3. K

    FixMe J5 Radio buttons to button group in repeated group

    Nope, it works for me in Fabrik 3 *edit* You're probably right, im using the dropdown element, coded so it renders as bootstrap buttons
  4. K

    FixMe J5 Radio buttons to button group in repeated group

    You need to enable front end additions. Then add options on the front end when rendered as button group. Only add labels.
  5. K

    FixMe J5 Radio buttons to button group in repeated group

    Owkay, your fix doing what it should. Running into issues with front end addition: elementlist.js:146 Uncaught TypeError: this.subElements.getLast(...).findClassUp(...).clone is not a function at Object.startAddNewOption (elementlist.js:146:91) at e.extend.$owner...
  6. K

    FixMe J5 Radio buttons to button group in repeated group

    ofccourse, always use it when testing. I'll try it with a fresh install also
  7. K

    FixMe J5 Radio buttons to button group in repeated group

    One issue i ran into instead; The cloned radio button gets the value of its precessor, and if rendered as button group, cannot be clicked to change the value.
  8. K

    FixMe J5 Radio buttons to button group in repeated group

    So, where do you think the error should be found? The element plugin or radiobutton plugin
  9. K

    FK Problem with Migrated/Converted Parent/Child Form

    It is very easy to replicate, with a simple list like i made.... One table with families and one with a joined table family members, make this a repeated group and there you go... Maybe if made from scratch in fabrik the error doesnt occur, but with existing tables it is there, always..
  10. K

    FK Problem with Migrated/Converted Parent/Child Form

    Its the same problem as mine... labels point to the non cloned first element...Maybe something small, but it is not easy to troubleshoot this...
  11. K

    FixMe J5 Radio buttons to button group in repeated group

    It is also not going right with you either, see the label, it is pointing to its precessors noncloned target <label for="family_members___gender_0" class="form-label fabrikLabel "> gender </label>
  12. K

    FixMe J5 Radio buttons to button group in repeated group

    https://wko-dev.nl/download.php
  13. K

    FixMe J5 Radio buttons to button group in repeated group

    Its a clean install on xamp with latest joomla and fabrik latest with one list in fabrik: element Label Groep family_id family id families family_name family name families member_id member id families- [family_members] family_id family id families- [family_members] first_name first...
  14. K

    FixMe J5 Radio buttons to button group in repeated group

    Repeatcounter keeps the value 0 form_4.addElements( {"7":[["FbInternalId","families___family_id", {"repeatCounter":0,"editable":true,"value":"","label":"family id","defaultVal":""...
  15. K

    FixMe J5 Radio buttons to button group in repeated group

    Maybe this helps I runned this in the webconsole: // Select the form element you want to observe var form = document.querySelector('form'); // Check if the form element exists if (!form) { console.error('Form not found!'); } else { // Callback function to process mutations var...
  16. K

    jdata in repeat group

    It is a problem with the "label for=original_element_0" which is also given to the cloned element.
  17. K

    FixMe J5 Radio buttons to button group in repeated group

    { "errorType": "FormLabelForMatchesNonExistingIdError", "violatingNodeId": 64661, "violatingNodeAttribute": "for" }
  18. K

    FixMe J5 Radio buttons to button group in repeated group

    Note: this happens also on date elements in repeated groups. The issue is with cloning the subgroup. It needs to iterate correctly so the id's classes names and attributes all go from _0 to _1 when cloned and the input should be the default, not copy the values <div...
  19. K

    FixMe J5 Radio buttons to button group in repeated group

    For example this is the output of a repeated group form(The label for="family_members___gender_0">, this should be"family_members___gender_1") : <div class="fabrikElementContainer plg-radiobutton fb_el_family_members___gender_0 fabrikRepeatGroup___family_members___gender fabrikDataEmpty...
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top