mymth / vanillajs-datepicker

A vanilla JavaScript remake of bootstrap-datepicker for Bulma and other CSS frameworks
MIT License
759 stars 155 forks source link

Open datepicker in a separate bootstrap modal #129

Open alexpahomi opened 1 year ago

alexpahomi commented 1 year ago

For bootstrap, is there any way to open the datepicker in a separate modal?

mymth commented 1 year ago

How about putting an inline picker inside a modal and update input element's value with changeDate event listener?

alexpahomi commented 1 year ago

Works like a charm, thanks a lot