#Nested array of object binding issue and need to hide nested array of object based on radio button

1 messages · Page 1 of 1 (latest)

icy lynx
#

Hi Team,

I am facing issue, i want to hide/show the nest array of object based on radio button on/off. Also facing binding issue with nested array of object. please find the attached screenshot. As per screenshot, i have form with below structure :
{
"Custom_parameter": ture,
"parameter_desc" : "test",
"test_count" : 15,
"parameters" : [
{
"name":"test",
"id": "test1",
"slug":"test"
"isSubparameter":true
"parameters": [
{
"name":"test",
"id": "test1",
"slug":"test"
},
{
"name":"test",
"id": "test1",
"slug":"test"
}

                ]
        }
        ]

}

if "isSubparameter":true with need to show inner "parameter" array data else hide it.

could you please help. thanks in advance.

icy lynx
#

<@&725604214666952714> any updates on this?