You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a hard time
I'm trying to implement a collection type, but the output just gives me the first row of the collection.
Any idea what this problem might be?
Symfony 2.8
I have a form:
The normalizer produces this output:
instead of:
I'm passing this data to a JS in this way inside
<script>
in.twig
:stdClass and Array are different in JSON format. stdClass gives
{0: item}
instead of[item]
.As a result I have error while using
liform-react
inConnectedFieldArray.js:83
When I hardcoded StdClass -> Array conversion, all works
The text was updated successfully, but these errors were encountered: