Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing minutes or seconds without using arrows does not work when locale is ar (Arabic language) #320

Open
tonix-tuft opened this issue Apr 12, 2020 · 1 comment · May be fixed by #370

Comments

@tonix-tuft
Copy link

If I create a datepicker with locale set to ar:

$(function() {
  $('#datetimepicker1').datetimepicker({
    locale: 'ar'
  });
});

when I click on the minutes or the seconds of the picker without using the arrows, the input value doesn't change:

current value

set minutes

It can be changed only though arrows:

click arrows

JSFiddle to reproduce the bug:

https://jsfiddle.net/k0hfxmew/

@Mohsen1213
Copy link

I'm facing the same issue, did you fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants