CottaCush / CurrencyEditText

💰 A library to dynamically format your EditTexts to take currency inputs
Apache License 2.0
131 stars 28 forks source link

Fix selection currency symbol issue #11

Closed mitsinsar closed 4 years ago

mitsinsar commented 4 years ago

When you select before currency or right after currency -between space and currency- it causes undesired issues like "$ 12345 2,412"

rasheedsulayman commented 4 years ago

@mitsinsar The build is failing because of formatting errors. Please run ./gradlew spotlessApply and commit to fix.