CottaCush / CurrencyEditText

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

Increase max number of decimal places #26

Closed akumaigorodski closed 3 years ago

akumaigorodski commented 3 years ago

Currently it is hardcoded to 2 in CurrencyInputWatcher companion object but in a project I'm working on this number needs to be 3. Can this be made configurable?

efguydan commented 3 years ago

Implemented by #27. Kindly update to v0.0.9

akumaigorodski commented 3 years ago

Thanks a lot!