Hi,
im using syncfusion Tabs for angular with output like below :
i have nested tabs in here,
just focus on child tab, when i render child tab, it will run normally but when i click tab header in child tab, i get this message in console developer
#77, #78, etc is my element that i render dynamically using data from api.
in the child tab at the first tab is run normally, but when i move to second / another tab header, it shown [DOM] Found 2 elements with non-unique id #xx
i need getting value from checkbox element inside tab content with id 77, but syncfusion render the element more than one.
help me,
Regards,
Tony