Replies: 1 comment
-
It's a little hard to provide suggestions from this description. Can you provide a StackBlitz example that reproduces it work a video/gif recording? You could try debugging the toggle function to see if the picker things that it's open when it isn't. |
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
-
I am working on django project, with my form having a start date field and I am using TD datetime picker.. i have a requirement to define this form based on its parent's selection, so the workflow is I click on the parent (from a list), fills the form and save under the parent that is selected..
So, when I click on the parent first time, the datetimepicker does not show up, when i click on the parent 2nd time, it shows up.. 3rd time it does not show, and 4th time it shows and so on.. I am looking into the code to see why this is happening, but is there any datetimepicker attribute or method that always shows it??
Beta Was this translation helpful? Give feedback.
All reactions