fix(input-datepicker): align template to FormControlMixin

This commit is contained in:
qa46hx 2020-04-23 11:04:22 +02:00 committed by Thomas Allmer
parent 78cd503b5e
commit a02f9e8b3e

View file

@ -227,8 +227,12 @@ export class LionInputDatepicker extends ScopedElementsMixin(OverlayMixin(LionIn
render() {
return html`
${this._labelTemplate()} ${this._helpTextTemplate()} ${this._inputGroupTemplate()}
${this._feedbackTemplate()} ${this._overlayTemplate()}
<div class="form-field__group-one">
${this._groupOneTemplate()}
</div>
<div class="form-field__group-two">
${this._groupTwoTemplate()} ${this._overlayTemplate()}
</div>
`;
}