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

Not emitting value in firefox

Open imauryarahul opened this issue 3 years ago • 0 comments

Versions

  • vue: 2.6.11
  • vue-datetime: 1.0.0-beta.14
  • luxon: 1.27.0

Description:

I'm trying to emit the selected datetime. This is working perfectly in chrome, however, not emitting any results in firefox.

Steps To Reproduce:

Add plugin to a vue page and add a close function @close="checkdate()". Then console.log the value you selected in datetime picker. It comes empty every time I tried on firefox. The plugin works fine in Chrome and Safari.

imauryarahul avatar May 16 '21 06:05 imauryarahul