epicmaxco / vuestic-ui

Vuestic UI is an open-source Vue 3 component library designed for rapid development, easy maintenance, and high accessibility. Maintained by Epicmax (@epicmaxco).
https://vuestic.dev
MIT License
3.52k stars 341 forks source link

DateTimePicker #3048

Open asvae opened 1 year ago

asvae commented 1 year ago

Is your feature request related to a problem? Please describe.

why does none of the Nuxt 3 libraries seem to have a DateTimePicker ?

We have Time and Date pickers as separate components, why not combine two?

sunday9th commented 1 year ago

+1

BitRayDev commented 1 year ago

The DateTime component is needed. Using a combination of the Date and Time component requires the implementation of additional logic that combines the values of the two components into one, which is very painful.