KkmonirMay 10, 2017
Date & Time Picker is working well with LTR But it became weird when I added RTL CSS files
2 replies · opened May 10, 2017
Date & Time Picker is working well with LTR But it became weird when I added RTL CSS files
Date & Time Picker is working well with LTR But it became weird when I added RTL CSS files
Hello,
Thanks for your Patience! Simply add the rtl: true Option in the DatePicker JS Code. Example:
$('.travel-date-group .default').datepicker({
autoclose: true,
startDate: "today",
rtl: true
});This will definitely fix the issue. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard