Replies: 2 comments 1 reply
-
Two things you can try/consider:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Ok, sorry I couldn't help, good luck |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
we want to open the Daterangepicker when the user clicks on a specific button.
The Daterangepicker is an input field, right next to it the button.
The problem is, the button' click seems to trigger the show() function twice.
So the first "part" of click triggers the daterangepicker to close and at same time to open again.
Currently, our button's onclick looks like this:
$('#daterangepicker0').data('daterangepicker').show()
-> So we are able to open the daterangepicker, but never able to close it again
Are we missing something?
Beta Was this translation helpful? Give feedback.
All reactions