Tooltip from invalid input is above the datetime component.
Steps To Reproduce:
put a required datateime inside a post-form
<datetime v-model="date"
type="datetime"
input-id="time"
input-class="form-control"
required="required">
If time is not filled, then browser shows "Please fill out this field" and focuses on the input - so the datetime opens (because of the focus event). Is there a way to put that message behind the datatime-component?
Versions
Description:
Tooltip from invalid input is above the datetime component.
Steps To Reproduce:
put a required datateime inside a post-form <datetime v-model="date" type="datetime" input-id="time" input-class="form-control" required="required"> If time is not filled, then browser shows "Please fill out this field" and focuses on the input - so the datetime opens (because of the focus event). Is there a way to put that message behind the datatime-component?