mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Api: We also need to trigger LitElement update when we change it here, I guess.
Fixes disabled attribute didn't change when set_disabled() was called.
This commit is contained in:
parent
12120b5434
commit
19a2b13974
@ -268,7 +268,9 @@ const Et2WidgetMixin = (superClass) =>
|
||||
*/
|
||||
set_disabled(value : boolean)
|
||||
{
|
||||
let oldValue = this.disabled;
|
||||
this.disabled = value;
|
||||
this.requestUpdate("disabled", oldValue);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user