mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix Et2Select had unneeded help text nodes affecting height
This commit is contained in:
parent
ba5b000369
commit
21b014aaa9
@ -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>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user