icehaunter / vue3-datepicker

Simple datepicker component for Vue 3
https://icehaunter.github.io/vue3-datepicker/
MIT License
151 stars 151 forks source link

Hi, thanks for the plugin! Is there a way to make the <Datepicker> input as required? #102

Closed yiyasha15 closed 1 year ago

yiyasha15 commented 1 year ago

I tried :

<Datepicker required>
<Datepicker required = "true">

these didn't work.

icehaunter commented 1 year ago

Hi, the required property conflicts with the default readonly flag which is set on the input. You can enable typeable prop and then it'll work