bevacqua / rome

:calendar: Customizable date (and time) picker. Opt-in UI, no jQuery!
https://bevacqua.github.io/rome
MIT License
2.91k stars 223 forks source link

"autoShow" option #146

Open albertorestifo opened 8 years ago

albertorestifo commented 8 years ago

There should be the possibility to manually trigger the calendar apparition, so to leave full manual control.

A use-case for the option is on mobile, where I want to delay the calendar apparition due to the keyboard messing with the positioning of the datepicker.

recording

luruke commented 7 years ago

I solved the issue adding readonly="true" as attribute on the input field.