puranjayjain / md-date-time-picker

An implementation of Material Design Picker components in vanilla CSS, JS, and HTML
https://puranjayjain.github.io/md-date-time-picker
Other
275 stars 77 forks source link

Always visible #211

Closed i42pavar closed 7 years ago

i42pavar commented 7 years ago

Could i make it always visible inside a div?

puranjayjain commented 7 years ago

If you mean persistently visible so no. As this is a dialog and its intention is to overlap the rest of the page and open temporarily. But you could tweak it to your needs if you dive into the build and make your customizations.