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

PinInput component in RTL #6382

Closed
1 of 2 tasks
mnakhli opened this issue Jun 13, 2024 · 1 comment
Closed
1 of 2 tasks

PinInput component in RTL #6382

mnakhli opened this issue Jun 13, 2024 · 1 comment
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)

Comments

@mnakhli
Copy link

mnakhli commented Jun 13, 2024

Dependencies check up

  • I have verified that I use latest version of all @mantine/* packages

What version of @mantine/* packages do you have in package.json?

Latest

What package has an issue?

@mantine/core

What framework do you use?

Next.js

In which browsers you can reproduce the issue?

Chrome

Describe the bug

In the PinInput component in RTL mode, the inputs should not be arranged from right to left as shown in the image.

image

If possible, include a link to a codesandbox with a minimal reproduction

No response

Possible fix

Since the input only accepts English letters and numbers, it should follow the LTR rule.
If the component is enhanced to support all characters from various languages worldwide, it should remain LTR and unchanged when type="number". In the normal (Alphanumeric) mode, it will be up to the developer to decide whether to switch to RTL or not.

Self-service

  • I would be willing to implement a fix for this issue
@rtivital rtivital added the Fixed patch Completed issues that will be published with next patch (1.0.X) label Jun 28, 2024
@rtivital
Copy link
Member

rtivital commented Jul 2, 2024

Fixed in 7.11.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed patch Completed issues that will be published with next patch (1.0.X)
Projects
None yet
Development

No branches or pull requests

2 participants