mathieustan / vue-datepicker

A clean datepicker made with VueJs
https://vue-datepicker.netlify.com/
MIT License
165 stars 47 forks source link

vue-datepicker in b-modal #87

Open altoP opened 3 years ago

altoP commented 3 years ago

I need to have vue-datepicker inside b-modal There are two problems:

  1. The vue-datepicker is under the and not on top of it b-modal (z-index ?)
  2. any press to select date close the b-modal and not the datepicker

Any ideas? Thanks