Vuepic / vue-datepicker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
1.46k stars 146 forks source link

Flow on time picker mode #849

Closed faizaaulia closed 5 months ago

faizaaulia commented 5 months ago

Describe the bug flow props doesn't work on time-picker mode

To Reproduce Steps to reproduce the behavior:

  1. Go to StackBlitz playground
  2. Compare on the date picker with default mode and the time picker mode. The flow props is working properly on default mode, but it doesn't work on time-picker mode

Expected behavior flow props also work on time-picker mode