<div class="ecl-form-group"><label class="ecl-form-label" for="example-input-id-1">Label<span
class="ecl-form-label__required">*</span></label>
<div class="ecl-help-block">This is the input&#x27;s helper text.</div>
<div class="ecl-datepicker"><input type="text" autoComplete="off" data-ecl-datepicker-toggle=""
data-ecl-auto-init="Datepicker" id="example-input-id-1" name="example-input-id-1"
class="ecl-datepicker__field ecl-text-input ecl-text-input--s" required="" placeholder="DD-MM-YYYY"
value="11-10-2021" /><svg class="ecl-icon ecl-icon--s ecl-datepicker__icon" focusable="false" aria-hidden="true">
<use xlink:href="/dist/media/icons.2936c801.svg#calendar"></use>
</svg></div>
</div>
Try it yourself on the playground
Playground