-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible to format the value without leading "$"? #36
Comments
Hi I have a similar input like yours, and I'm not using the formatMoney() method from this package anywhere in my code (I have another method that handles that for other views).. So I've changed a little bit the native side to make the input never add the currency symbol. here's my patch
Thanks to this solution, for the kotlin android side: https://stackoverflow.com/a/8658399/27222173 |
My input component already has a prefix that shows "$". Is there any way to specify to not include it in the MoneyInput label? I know the actual value is numeric and does not include it. Thanks in advanced for your help!
The text was updated successfully, but these errors were encountered: