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
Symfony version(s) affected: 3.4.23
When I submit an AJAX with an array (picture below), I got an error: “This value is not valid..”
Use a formulary type like this one:
Use a controller like this one:
The code above specified in images are available here, respectively:
The text was updated successfully, but these errors were encountered:
Does the same error occur without the event listener? Can you check the profiler which field is causing it?
So far, im not sure it's a Symfony bug or a legit violation misunderstood on your side.
Sorry, something went wrong.
This looks like it could be the same as #29809. @pittersnider Can you confirm this?
I am going to close here for now due to the lack of feedback. Please let us know when you have more information and we can consider to reopen.
No branches or pull requests
Symfony version(s) affected: 3.4.23
Description
When I submit an AJAX with an array (picture below), I got an error: “This value is not valid..”
How to reproduce
Use a formulary type like this one:

Use a controller like this one:

The code above specified in images are available here, respectively:
The sent data in FormData was:
The text was updated successfully, but these errors were encountered: