mengxiong10 / vue-datepicker-next

A datepicker / datetimepicker component for Vue3
https://mengxiong10.github.io/vue-datepicker-next/
MIT License
147 stars 34 forks source link

add required prop for html 5 validation #18

Closed Sitronik closed 2 years ago

Sitronik commented 2 years ago

Hello, thank you very much for a great module, please accept the pull request, in the project I'm doing I needed the functionality required in the input. Thank you

mengxiong10 commented 2 years ago

Use inputAttr.

<date-picker :input-attr="{ required: true }" />
Sitronik commented 2 years ago

Thanks for the quick response, yes it really does work as I need