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.