Hi Sourav, You have to use nested json array. Ex. let json = [ ["textbox1", "textbox2" , "textbox3" , "textbox4" ], ["textbox1", "textbox2" , "textbox3" , "textbox4" ], ["textbox1", "textbox2" , "textbox3" , "textbox4" ], ["textbox1", "textbox2" , "textbox3" , "textbox4" ] ]
and you can get first accordion menu and first text box - json[0][0], second accordion menu and text box first - json[1][0] ... Thanks On Mon, Feb 10, 2020 at 3:47 PM Sourav Halder <[email protected]> wrote: > I have an accordion menu that accordion based on the dynamic array. and > each dynamic accordion textbox content and those texbox are generated form > dropdown value suppose . if any user select dropdown from accordion 1 and > selected 4 from dropdown after that based on 4 text box will be > generated 4. but then same 4 text box generated for all dynamic accordion. > i want to show each accordion with different textbox. is there any helpful > link please let me know. thanks > > -- > *Thanks & Regards,* > *Sourav Halder* > Email: *[email protected]* <[email protected]> > > -- > You received this message because you are subscribed to the Google Groups > "Angular and AngularJS discussion" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/angular/CAPfUmxA2TrBmQUtff2mfX_NPdQ_gtqdiL8cCaRKBBzDBc%2BAXcw%40mail.gmail.com > <https://groups.google.com/d/msgid/angular/CAPfUmxA2TrBmQUtff2mfX_NPdQ_gtqdiL8cCaRKBBzDBc%2BAXcw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/angular/CAOjX4Bwp583vs4n8OU9FyzUT%2Bt9gx9gxhtxgj_boYf8h3%3DDKiw%40mail.gmail.com.
