ManukMinasyan / vue-functional-calendar

Vue.js Functional Calendar | Component/Package
https://vue-functional-calendar.now.sh/
MIT License
467 stars 84 forks source link

Time is not shown in the input field even I specified the withTimePicker option in the config #126

Closed marinelbare902 closed 1 year ago

marinelbare902 commented 3 years ago

@ManukMinasyan This is my configuration for the functional calendar but I am not able to see the time in the input field.

calendarConfigs: {
    isModal: true,
    isDatePicker: true,
    withTimePicker: true,
    isDark: true,
    placeholder: 'Date & Time'
}

The time is shown up in the time picker but not able to see in the input field. Could you let me know what the problem is?

image

inotite commented 3 years ago

The same issue here.

ManukMinasyan commented 1 year ago

Hello. Thanks for your feedback. Now I don't have time to deal with the calendar. Please create pull requests, I will appreciate it, it will be useful for the community.