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

Emit an 'open' event when the popup is opened

Open Misacorp opened this issue 2 years ago • 0 comments

This solves issue #137 using the same approach as pull request #175. A README update and test is included.

To pass tests I had to update the default locale test in DatetimeCalendar.spec.js. The test was rendering each weekday's name without a period ex. Lun but it was expecting a period Lun.. I suspect this was due to changes outside of this project's scope. Hopefully this change isn't a problem.

Misacorp avatar Oct 21 '21 14:10 Misacorp