I am using bootstrap clockpicker(http://weareoutman.github.io/clockpicker/). I am not able to auto adjust clockpicker position.
Here is the code for clockpicker:
$('.clockpicker').clockpicker({
placement: 'bottom',
align: 'left',
autoclose: true,
donetext: 'Done',
//twelvehour: true,
});
My client like this plugin very much and he want me to use this in his application. But i didn't found any solution to auto adjust clockpicker. Anyone have idea? I'll be very thankfull...