wakirin / Litepicker

Date range picker - lightweight, no dependencies
MIT License
898 stars 132 forks source link

Change parentEl option #322

Open marcellocostaunipa opened 1 year ago

marcellocostaunipa commented 1 year ago

Hi,

I'm trying to change the "parentEl" option in order to render the same calendar in the DOM just below the button used to show it. The "parentEl" seems to be changed, but the calendar is always rendered at the end of the DOM.

I'm trying here: https://codepen.io/da72a300/pen/ExGvxPM

Thank you