fix(input-datepicker): align template to FormControlMixin
This commit is contained in:
parent
78cd503b5e
commit
a02f9e8b3e
1 changed files with 6 additions and 2 deletions
|
|
@ -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>
|
||||
`;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue