We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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(), ])
after save - list titles lost values
The text was updated successfully, but these errors were encountered:
Hi! Yeah, nested simple repeatable is not handled right now. This needs to be implemented.
Sorry, something went wrong.
Any Progress on this?
I would also need the nested functionality.
No branches or pull requests
nested simple-repetable does not work correctly - losted values of nested simple-repetable
after save - list titles lost values
The text was updated successfully, but these errors were encountered: