I'm developing an application that supports arabic and english locales. When the user has the arabic language set on their phone, the edittexts input direction should automatically change from left-to-right to right-to-left. This works for all edittexts except one where the inputType is set to textPassword. If I change the inputType to text, the direction changes properly. Otherwise, it remains left-to-right. Is there any reason this may be happening or any fix for this?
Thank you.