django-bootstrap-modal-forms icon indicating copy to clipboard operation
django-bootstrap-modal-forms copied to clipboard

Add Datetime Picker On form

Open rodrigocoliveira opened this issue 4 years ago • 0 comments
trafficstars

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!

rodrigocoliveira avatar Dec 03 '20 17:12 rodrigocoliveira