mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Et2DateDuration: Fix widget did not fire change event when value changed
This commit is contained in:
parent
60e4e17fad
commit
59ea901cf9
@ -398,7 +398,10 @@ export class Et2DateDuration extends Et2InputWidget(FormControlMixin(LitElement)
|
||||
_inputGroupInputTemplate()
|
||||
{
|
||||
return html`
|
||||
<div class="input-group__input">
|
||||
<div class="input-group__input" @sl-change=${() =>
|
||||
{
|
||||
this.dispatchEvent(new Event("change", {bubbles: true}));
|
||||
}}>
|
||||
<slot name="input">
|
||||
${this._inputTemplate()}
|
||||
${this._formatTemplate()}
|
||||
|
Loading…
Reference in New Issue
Block a user