Closed joubert-m closed 5 years ago
Have you found a solution? I just encountered the same issue today. Thanks
Nope sorry mate I used a different framework
Would you be so kind to tell me which one?
I was wasting so much time that I moved on to Selectize.js and it's working for me. However, not intuitive either. I just need more experience I guess.
Thanks in advance!
Hello, I hope I'm not creating a problem for nothing, but I haven't found any solution or explanation to my problem.
I reproduced this code in an angular 5 app: https://jsfiddle.net/Eonasdan/bdxss6m8/
But only the current date is displayed, the widget isn't:
Strangely the widget appear in DOM:
But I cannot access to widget element even in the debug window, the element disapear immediatly after any click:
Here is my package.json : `"dependencies": {
...
},`
$('#datetimepicker1').datetimepicker(); is done in my component ngOnInit() function
I also followed https://github.com/fetrarij/ngx-tempusdominus-bootstrap but without any success
Thank you for your time