Spinner in Input Number on the left side
Yes you can do that. All you have to do is add a direction property to the element and you're done.
<input dir="rtl" type="number"/>
good luck with that .
Yes you can do that. All you have to do is add a direction property to the element and you're done.
<input dir="rtl" type="number"/>
good luck with that .