BlacKCaT27 / CurrencyEditText

A module designed to encapsulate the use of an Android EditText field for gathering currency information from a user. Supports all ISO-3166 compliant locales/currencies.
Apache License 2.0
339 stars 79 forks source link

Can we change the input from the lowest denomination to work Left to right #13

Open aldefy opened 8 years ago

aldefy commented 8 years ago

Ex : 5 $ , a user has to enter 5 followed by zero twice , can we reverse this ? in inputFilter / textwatcher

BlacKCaT27 commented 8 years ago

I will look into making this a configurable option to better support right-to-left languages, but the default behavior is staying as is. On Mar 15, 2016 12:02 AM, "Adit Lal" notifications@github.com wrote:

Ex : 5 $ , a user has to enter 5 followed by zero twice , can we reverse this ? in inputFilter / textwatcher

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/BlacKCaT27/CurrencyEditText/issues/13