mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Et2Tabs: Fix tab content being incorrectly marked as readonly
This commit is contained in:
parent
92946f5d40
commit
f518ed266b
@ -424,7 +424,7 @@ export class Et2Tabs extends Et2InputWidget(SlTabGroup) implements et2_IResizeab
|
|||||||
active: active,
|
active: active,
|
||||||
hidden: tab.hidden,
|
hidden: tab.hidden,
|
||||||
// Set readonly so it gets passed on to children
|
// Set readonly so it gets passed on to children
|
||||||
readonly: tab.hidden
|
readonly: tab.readonly
|
||||||
}, this);
|
}, this);
|
||||||
|
|
||||||
// Tab content
|
// Tab content
|
||||||
|
Loading…
Reference in New Issue
Block a user