bootstrap-markdown-editor
bootstrap-markdown-editor copied to clipboard
change direction of textarea
I change the direction of every thing in css style to rtl
*{ direction : rtl; text-align: right; }
The issue not is the cursor in textarea remains on the left. However when I use normal textarea tag it goes to the right.
