mengxiong10 / vue-datepicker-next

A datepicker / datetimepicker component for Vue3
https://mengxiong10.github.io/vue-datepicker-next/
MIT License
147 stars 34 forks source link

[Bug] Values not displayed after next/prev page navigation in Safari 16.6 #52

Open andriistyfurak opened 10 months ago

andriistyfurak commented 10 months ago

Vue2-datepicker version: 1.0.3 Vue version: 3.3.4 Browser: Safari Version 16.6 (18615.3.12.11.2)

Steps to reproduce

  1. Open a new tab in Safari.
  2. Paste the URL https://mengxiong10.github.io/vue-datepicker-next/ into the address bar and press Enter.
  3. Click on "Show the previous page" button in the Safari toolbar.
  4. Click on "Show the next page" button in the Safari toolbar.

Expected behavior See the values in the date pickers (format, date (Date Object), timestamp, DD/MM/YYYY) in the ValueType section.

Actual behavior The values in the date pickers are blank.

vue-datepicker-next 2023-09-07 11 AM-43-07