Vuepic / vue-datepicker

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

Mask for editable input #840

Closed RdebSono closed 5 months ago

RdebSono commented 5 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] For date of birth, it's easier to type the year or the whole date with the keyboard. Describe the solution you'd like A clear and concise description of what you want to happen. I've enabled the text input for the control and it works well, but I would like the input to have a mask for the date, to be able to specify a v-mask attribute to the input directly. Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. I haven't found any yet. I tried the dp-input slot but it seems not to work with control input. Additional context Add any other context or screenshots about the feature request here.

Jasenkoo commented 5 months ago

This won't be worked on as it is basically a whole new library, you can either implement your own or find a package and use dp-input slots, and all methods are provided to parse date.