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

Unable to type in a date in 11.0.2 when both text-input and auto-apply are enabled

Open panypticon opened this issue 8 months ago • 4 comments

Describe the bug Starting with 11.0.2, it is no longer possible to enter a date via keyboard when text-input and auto-apply are enabled. The date picker immediately autocompletes the date from the first entered number.

Possibly caused by https://github.com/Vuepic/vue-datepicker/issues/1080

To Reproduce Steps to reproduce the behavior:

  1. Have a date picker set up with v11.0.2, text-input, and auto-apply
  2. Try to type in "11/25/2023"
  3. The picker will select "01/01/2025" with no way of changing it via keyboard

Expected behavior It should be possible to enter and modify a date via keyboard, as it was possible in v11.0.1

Desktop & mobile (please complete the following information):

  • 11.0.2

panypticon avatar Mar 19 '25 08:03 panypticon