edisdev / vue-datepicker-ui

Datepicker Component For Vue
https://edisdev.github.io/vue-datepicker-ui/
MIT License
427 stars 30 forks source link

Can we make date picker main box editable? #48

Open AliCemilcan opened 2 years ago

AliCemilcan commented 2 years ago

If we can make the main rectangle editable - we can type date and interact with calendar automatically ? Is this possible and how realistic ?

edisdev commented 2 years ago

Hi @AliCemilcan ✋🏻 When the user typing, the retrieved value should be formatted to the text-format and date-format property. That can be difficult. I will think about this. :)