Vuepic / vue3-date-time-picker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
158 stars 13 forks source link

Text input does not work with monthPicker #89

Closed weskubo-cgi closed 2 years ago

weskubo-cgi commented 2 years ago

In version 2.4.2 of the plugin, text entry of the date does not work when using monthPicker, textInput and format="yyyy-MM". This worked correctly up to version 2.3.6 and appears to be broken in 2.4.0+. It seems that loading of the monthPicker is removing focus from the input.

<template>
  <div>
    <Datepicker v-model="date" format="yyyy-MM" monthPicker textInput/>
  </div>
</template>
Jasenkoo commented 2 years ago

Included in the v2.5.0

weskubo-cgi commented 2 years ago

Verified in v2.5.0.