6eDesign / svelte-calendar

A lightweight datepicker with neat animations and a unique UX.
https://6edesign.github.io/svelte-calendar/
MIT License
537 stars 89 forks source link

picker with custom trigger won't open if inside <form> #134

Closed halindraprakoso closed 2 years ago

halindraprakoso commented 2 years ago

hello, thanks for the awesome datepicker, but I'm having an issue with custom button because the picker won't open if it's between form tags. It works fine without the button though

halindraprakoso commented 2 years ago

I forgot to put type="button"....