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

use on-page instead of as popup? #2

Closed tconroy closed 7 years ago

tconroy commented 7 years ago

Hi.. is it possible to use this component as a widget directly on the page, without having to use it as a popup / overlay on the page?

lanjingling0510 commented 7 years ago

@tconroy Hey, Taking into account the mobile end is not suitable for direct display of this component to the page. In order to control the on and off date picker, I added popup. If you want to control the behavior of the popup itself, this is a worthwhile proposition.

tconroy commented 7 years ago

@lanjingling0510 right.. I'm actually using this for a desktop + mobile app ( I need the mobile-style drum date/time picker on desktop as well). So it is suitable for my use case.

Controlling the behavior of the popup itself would be great.

lanjingling0510 commented 7 years ago

Thank you @tconroy , I will be independent of a component for this situation soon.

tconroy commented 7 years ago

@lanjingling0510 Thank you!