You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would you recommend adding a timepicker or any other library to input on forms.
I could integrate django-bootstrap-modal-forms with my project, but I am currently using jQuery UI Datepicker. So I need to run $('date_input_selector').datepicker() after the modal is displayed so that the Input exists on HTML.
I do not want to use datepicker / time from django / django tweaks because it seems that they do not work properly on some browsers specially in Safari.
Thank you very much and congratulations for you excellent work!
The text was updated successfully, but these errors were encountered:
Hello,
How would you recommend adding a timepicker or any other library to input on forms.
I could integrate django-bootstrap-modal-forms with my project, but I am currently using jQuery UI Datepicker. So I need to run $('date_input_selector').datepicker() after the modal is displayed so that the Input exists on HTML.
I do not want to use datepicker / time from django / django tweaks because it seems that they do not work properly on some browsers specially in Safari.
Thank you very much and congratulations for you excellent work!
The text was updated successfully, but these errors were encountered: