Reputation: 33
I use ClockPicker library in my project with RTL version of bootstrap. When click on input clock picker loads but with wrong direction.
Wrong direction in clockpicker
how to solve it, thanks a lot.
Upvotes: 1
Views: 175
Reputation: 971
add direction in popover
class in your html or picker css
.popover { direction: rtl; }
Upvotes: 1