Skip to content

Conversation

@johnallers
Copy link

When the HTML attribute dir="rtl" is set on the page, the input value does not get aligned properly with the knob. Use jquery.knob({ rtl: true }) to adjust the alignment appropriately.
Fixes #205

When the HTML attribute dir="rtl" is set on the page, the input value does not get aligned properly with the knob.  Use jquery.knob({ rtl: true }) to adjust the alignment appropriately.
@johnallers johnallers closed this May 23, 2014
@meirotstein
Copy link

Hello, I was wondering why your change was not merged - I've tested it and it seems to solve this issue

@irandoct
Copy link

Hi,
the problem with RTL language exists yet. I tried the following but the value shows outside1
$(".dial").knob({
width : 300,
fgColor: "red",
font: "iranyekan",
rtl: true
});

Any Idea?

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 this pull request may close these issues.

The input value is displayed outside of the knob when the text direction is set to Right-To-Left.

3 participants