Buttons from daterangepicker always spawning in different tabs #2294
Unanswered
JustinBertrams
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Sorry, I have no idea how to help you with that. |
Beta Was this translation helpful? Give feedback.
2 replies
-
It creates the buttons here, once, in the constructor. https://github.com/dangrossman/daterangepicker/blob/master/daterangepicker.js#L120 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello folks,
I implemented the daterangepicker inside a dashboard-template-node in node-red. In the dashboard, every time I change the tab (where the picker is at) to another tab of the dashboard, the apply and cancel buttons are getting spawned again and again in the bottom left corner. I already found out that the method of the apply.daterangepicker produces this behaviour.
The code is the following:
I will attach a picture so you can see which behaviour I'm talking about.
Thanks in advance
Justin
Beta Was this translation helpful? Give feedback.
All reactions