lanjingling0510 / react-mobile-datepicker

🙊 👻 look a demo, Please imitate mobile environment.
https://codepen.io/lanjingling0510/pen/LRpOYp?editors=1010
MIT License
301 stars 145 forks source link

Relative positioning #19

Closed ingava closed 6 years ago

ingava commented 6 years ago

Thanks for this nice widget. I'm building a progressive web app and finding a calendar picker that would be mobile friendly is very hard. I really like this library, however, it would be useful if we could have some control over its positioning. Currently, it has position:absolute and it's always placed at the bottom of the screen. That may not always suit the design. Is there a way to modify the positioning now?

lanjingling0510 commented 6 years ago

@ingava The more direct way is, you can set isPopup to false and then implement the modal control part yourself ~