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.
adds a new option showOnClick which defaults to
true
to keep current default behaviours. when set tofalse
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.