Light DOM
Sample:
Format: DD.MM.YYYY
Code:
<label for="date">Birthday</label>
<input type="date" id="date" aria-describedby="hint">
<the-hint>
<p id="hint">
Format: DD.MM.YYYY
</p>
</the-hint>
Format: DD.MM.YYYY
<label for="date">Birthday</label>
<input type="date" id="date" aria-describedby="hint">
<the-hint>
<p id="hint">
Format: DD.MM.YYYY
</p>
</the-hint>