Hello, Thanks for this amazing library...
In a part of my app, I'm using NumberFormat to format Iranian Card Number which is a 16-digit number, separated 4 by 4 - like "1234-5678-9012-3456"...
But when I use this library in RTL mode, I get reverse of that number like: "3456-9012-5678-1234".
Check out this screenshot:
IN IMAGE: "Card Number: 0000-5678-0000-1234" but it should be "Card Number: 1234-0000-5678-000"
Also, I'm using Material-UI as my UI library and followed all rules to implement RTL correctly.
And It's my code to show that Card Number:
Hello, Thanks for this amazing library... In a part of my app, I'm using NumberFormat to format Iranian Card Number which is a 16-digit number, separated 4 by 4 - like "1234-5678-9012-3456"... But when I use this library in RTL mode, I get reverse of that number like: "3456-9012-5678-1234". Check out this screenshot: IN IMAGE: "Card Number: 0000-5678-0000-1234" but it should be "Card Number: 1234-0000-5678-000" Also, I'm using Material-UI as my UI library and followed all rules to implement RTL correctly. And It's my code to show that Card Number: