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
When having nested containers, adding an add button (->addCreateOnClick()) on outer one issues an error:
->addCreateOnClick()
Warning strlen() expects parameter 1 to be string, array given File: .../vendor/kdyby/forms-replicator/src/Kdyby/Replicator/Container.php:417
However ->addCreateOnClick(TRUE) does not.
->addCreateOnClick(TRUE)
The text was updated successfully, but these errors were encountered:
Is this fixed by #35 ?
Sorry, something went wrong.
Yes, I think it should be solved now, I've experienced the same error message.
Okey, feel free to reopen, if this issue reocurrs.
No branches or pull requests
When having nested containers, adding an add button (
->addCreateOnClick()
) on outer one issues an error:However
->addCreateOnClick(TRUE)
does not.The text was updated successfully, but these errors were encountered: