Reputation: 1211
In jQuery mobile I used a input text :
<input type="text" data-clear-btn="true" id="txt_name_contractor">
and in my css file I set this properties :
direction : rtl
text-align : right
But when I type in this input text , It is left to right . How I should fix this problem?
Upvotes: 1
Views: 394