Description
Description
After upgrading Twill from version 2.13 to 3.5.2, I noticed that FormFields inside Repeaters are no longer being rendered. The Repeater itself renders correctly, but the fields defined within each repeater block are missing from the form UI.
This issue did not occur in version 2.13 and appears to be a regression or a breaking change in the newer version.
Steps to reproduce
-
Upgrade Twill from v2.13 to v3.5.2.
-
Define a repeater in a form with nested form fields (e.g., text, image, etc.).
-
Load the form in the admin panel.
-
Observe that the repeater block renders, but the inner fields are not displayed.
Repeater blade file:
Repeater fieldset file:
Repository file:
Model file:
Expected result
When a repeater block is added, all configured fields inside it (e.g., page select) should be rendered automatically, just like in v2.13.
Actual result
Only the repeater block appears - the inner fields are not rendered at all.
Versions
Twill Version: 3.5.2
Previous Twill Version: 2.13
Laravel Version: 11.44.7
PHP Version: 8.2.12