Right to left Text HTML input

You can use the dir=”rtl” on the input. It is supported.

<input dir="rtl" id="foo"/>

Leave a Comment