vuejs-datepicker icon indicating copy to clipboard operation
vuejs-datepicker copied to clipboard

Typing information and opened event

Open gmoneh opened this issue 4 years ago • 1 comments

This pull request adds two features to the component:

  • Typing information for use in typescript environments
  • The documentation makes reference to an "opened" event that is fired when the calendar element is opened. However, the component did not actually fire that event ever. So the emit for the event was added in the appropriate place, and now the behavior of the code matches the documentation.

gmoneh avatar Mar 10 '20 15:03 gmoneh

Coverage Status

Coverage remained the same at 100.0% when pulling 2e20dc6d9be6b1a01f08e2727519425d64a65c62 on gmoneh:master into de0fc75fe6f6572eebf47f94da20716ab7690cff on charliekassel:master.

coveralls avatar Mar 10 '20 15:03 coveralls