Replies: 3 comments
-
This will be fixed in the next release. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Has this been fixed? I am still experiencing this issue in v2.10.1. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently if the "->multiple()" setting is set, but only 1 media is selected, then the result is integer.
This is inconvenient fo example when used in a @foreach() cycle, where error is thrown if the value is not an array.
We must manually mutate the data to convert the integer into an array, even though we already expect to work with an array, since we declared that it could be "->multiple()".
Beta Was this translation helpful? Give feedback.
All reactions