mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +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()
|
_inputGroupInputTemplate()
|
||||||
{
|
{
|
||||||
return html`
|
return html`
|
||||||
<div class="input-group__input">
|
<div class="input-group__input" @sl-change=${() =>
|
||||||
|
{
|
||||||
|
this.dispatchEvent(new Event("change", {bubbles: true}));
|
||||||
|
}}>
|
||||||
<slot name="input">
|
<slot name="input">
|
||||||
${this._inputTemplate()}
|
${this._inputTemplate()}
|
||||||
${this._formatTemplate()}
|
${this._formatTemplate()}
|
||||||
|
Loading…
Reference in New Issue
Block a user