Fix Et2Select had unneeded help text nodes affecting height

This commit is contained in:
nathan 2024-10-24 15:15:23 -06:00
parent ba5b000369
commit 21b014aaa9

View File

@ -1081,9 +1081,7 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
${this._extraTemplate()} ${this._extraTemplate()}
<slot name="prefix" slot="prefix"></slot> <slot name="prefix" slot="prefix"></slot>
<slot></slot> <slot></slot>
<div slot="help-text"> ${this._helpTextTemplate()}
<slot name="feedback"></slot>
</div>
</sl-select> </sl-select>
`; `;
} }