Set ID for tab contentDiv

This commit is contained in:
nathan 2022-08-02 16:40:27 -06:00
parent 40e3d6e459
commit 9530f693e0

View File

@ -301,6 +301,7 @@ export class Et2Tabs extends Et2Widget(SlTabGroup)
{ {
// Tab panel // Tab panel
tab.contentDiv = loadWebComponent('et2-tab-panel', { tab.contentDiv = loadWebComponent('et2-tab-panel', {
id: tab.id,
name: tab.id, name: tab.id,
active: active, active: active,
hidden: tab.hidden hidden: tab.hidden