Maybe stop the disconnected month selectboxes?

This commit is contained in:
nathan 2022-03-04 15:42:27 -07:00
parent 0e4d32ea20
commit aa2dc5c8f0

View File

@ -308,6 +308,7 @@ export class Et2Date extends Et2InputWidget(FormControlMixin(ValidateMixin(LitFl
{
super.disconnectedCallback();
this._inputNode.removeEventListener('change', this._onChange);
this.destroy();
}
/**