I am currently working on a project where i want to turn the input text to right to left I tried using Dir="rtl" but it only moves the text to right. what I want is when somebody press 1 and then 2 the input field shows 21 can I get some help??
Asked
Active
Viewed 37 times
0
-
What does this have to do with node.js? That runs on the server, not the browser. – Barmar Oct 04 '22 at 04:43
-
1Please post a [mcve]. You can use a [Stack Snippet](https://meta.stackoverflow.com/questions/358992/ive-been-told-to-create-a-runnable-example-with-stack-snippets-how-do-i-do) to make it executable. – Barmar Oct 04 '22 at 04:43
-
https://codepen.io/jafri_ali/pen/bGMKajJ – Ali Raza Jafri Oct 04 '22 at 04:58
-
Post it here, not at codepen. I gave you the link to the Stack Snippet instructions. – Barmar Oct 04 '22 at 04:59
-
Add `unicode-bidi:bidi-override;` – Barmar Oct 04 '22 at 05:04