Answers for "bootstrap datetimepicker widget positioning"

0

bootstrap datetimepicker widget positioning

There is no option for older version of Bootstrap Datetime Picker. But you can 
change the positioning by applying CSS to the dropdown picker.

.bootstrap-datetimepicker-widget.dropdown-menu {
    inset: auto!important;
}

Here is the docs for more details :
https://bootstrap-datepicker.readthedocs.io/
Posted by: Guest on February-04-2021

Code answers related to "bootstrap datetimepicker widget positioning"

Browse Popular Code Answers by Language