mariomka / vue-datetime

Mobile friendly datetime picker for Vue. Supports date and datetime modes, i18n and more.
http://mariomka.github.io/vue-datetime
MIT License
987 stars 246 forks source link

Input invalid message is above datetime modal #261

Open lshkatulova opened 3 years ago

lshkatulova commented 3 years ago

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?

example