Skip to content
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

nested simplerepetable does not work #18

Open
resendersphoenix opened this issue Aug 31, 2021 · 2 comments
Open

nested simplerepetable does not work #18

resendersphoenix opened this issue Aug 31, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@resendersphoenix
Copy link

nested simple-repetable does not work correctly - losted values of nested simple-repetable

SimpleRepeatable::make('Test', 'test',
            [
                Text::make('Title'),
                Text::make('SubTitle'),
                SimpleRepeatable::make('List', 'list',
                    [
                        Text::make('Title'),
                    ]
                )->stacked(),
            ])

image
after save - list titles lost values

@Tarpsvo
Copy link
Contributor

Tarpsvo commented Oct 1, 2021

Hi! Yeah, nested simple repeatable is not handled right now. This needs to be implemented.

@jeremiahsherrill
Copy link

Any Progress on this?

@Tarpsvo Tarpsvo added enhancement New feature or request help wanted Extra attention is needed labels Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants