MikaelEdebro / vue-airbnb-style-datepicker

A VueJs datepicker with a similar look and functionality as the popular AirBnb datepicker.
https://mikaeledebro.gitbooks.io/vue-airbnb-style-datepicker/
MIT License
505 stars 105 forks source link

Shortcut buttons are triggering form submit #136

Open danifdantas opened 4 years ago

danifdantas commented 4 years ago

I am using the vue-airbnb-style-datepicker in a form and because the shortcut buttons (? and x) don't have type="button" both buttons are submitting the form. Just adding a type="button" fixes it.