icehaunter / vue3-datepicker

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

TimePicker buttons are missing the type attribute #90

Closed zanmato closed 2 years ago

zanmato commented 2 years ago

If the datepicker is used in a form, then selecting time will submit the form as the TimePicker buttons will default to type="submit"

leshiple commented 2 years ago

@zanmato , this https://github.com/icehaunter/vue3-datepicker/pull/92 should was resolve it problem

zanmato commented 2 years ago

Thanks, this resolved the problem