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
Currently when using items with the Array<Object> variant, the value of the hidden input which receives the name attribute is set to JSON.stringify version of the Array<Object>.
Instead, when there is a key value in Object, the input should use that for its value such that no form transformation on the FormData is required.
The text was updated successfully, but these errors were encountered:
Currently when using
items
with theArray<Object>
variant, the value of the hidden input which receives thename
attribute is set toJSON.stringify
version of theArray<Object>
.Instead, when there is a key
value
inObject
, theinput
should use that for itsvalue
such that no form transformation on the FormData is required.The text was updated successfully, but these errors were encountered: