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
Describe the bug
When using the FormField component in a form containing nested arrays (for example, the new sources field in Argo's application spec definition), the implemented function will not return the correct value for the field.
How to reproduce
Use an object containing an array as src parameter and a path inside the array.
Example:
Describe the bug
When using the
FormField
component in a form containing nested arrays (for example, the newsources
field in Argo's application spec definition), the implemented function will not return the correct value for the field.How to reproduce
Use an object containing an array as
src
parameter and apath
inside the array.Example:
The text was updated successfully, but these errors were encountered: