wakirin / Litepicker

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

add option showOnClick default true #276

Open bobmagicii opened 3 years ago

bobmagicii commented 3 years ago

adds a new option showOnClick which defaults to true to keep current default behaviours. when set to false the popup will not be triggered by clicking on the input field, only by calls to the .show() method. The second half needed to solve #267 cleanly.