vue-datetime icon indicating copy to clipboard operation
vue-datetime copied to clipboard

Input invalid message is above datetime modal

Open lshkatulova opened this issue 3 years ago • 0 comments

Versions

  • vue: 2.6.12
  • vue-datetime: 1.0.0-beta.14
  • luxon: 1.25.0

Description:

Tooltip from invalid input is above the datetime component.

Steps To Reproduce:

put a required datateime inside a post-form 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

lshkatulova avatar Jul 21 '21 05:07 lshkatulova