mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +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,
|
||||
hidden: tab.hidden,
|
||||
// Set readonly so it gets passed on to children
|
||||
readonly: tab.hidden
|
||||
readonly: tab.readonly
|
||||
}, this);
|
||||
|
||||
// Tab content
|
||||
|
Loading…
Reference in New Issue
Block a user