-
Notifications
You must be signed in to change notification settings - Fork 72
Repeatable section with nested sections #256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also, when I use inline_mixed type in the "Form Fields" section it doesn't show up.
This just shows the title Checkbox, Number & Select but nothing below it. I want to make this inline mixed field repeatable. What am I doing wrong. |
Nice finding. I wasn't aware of it. When a section has a nested item, it cannot be repeatable. I do not mind calling this behavior a bug. However, this cannot be fixed right away as it involves lots of changes. Sorry. You may resort to nested fields instead to repeat a set of fields which includes different field types. As for the |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I followed this gist.
https://github.com/michaeluno/admin-page-framework/blob/3.7.0/example/admin_page/advanced_usage/nesting/APF_Demo_AdvancedUsage_Nesting_SectionA.php
I created a parent section and it has 3 sub sections.
Here is the field section
Similarly repeated for section 2 and 3
When I use repeatable in section_id_parent the repeat icon appears for each sub section along with the parent section.
How to make the parent section Repeat this section repeatable and not individual sections?
Attaching a screenshot.
The text was updated successfully, but these errors were encountered: