icehaunter / vue3-datepicker

Simple datepicker component for Vue 3
https://icehaunter.github.io/vue3-datepicker/
MIT License
151 stars 151 forks source link

Cannot change date by hand (update:model-value on blurr as well) #120

Open shahabgohar opened 5 months ago

shahabgohar commented 5 months ago

Package Version: 8.3.2 Device: Chrome Mobile Browser (any other mobile browser)

Thank you very much for this package. I am facing one issue.

Steps:

  1. Select the range of date
  2. now try to change the date by hand
  3. when i press submit. it then changes the date
  4. if I do not press submit and closes it manually by tapping somewhere else then it does not change the date

Proof is attached in the video.

https://github.com/icehaunter/vue3-datepicker/assets/45337747/1bbde980-fc3b-4a15-a3d4-3b42f824c889

Reproduction Link: https://github.com/shahabgohar/vue3-datepicker-input-by-hand-issue

Improvement: please tackle this use case.