Hi. I have a client that wants currency input like this:
If the user enters a "1" in an edittext view, the text should be .01.
If the user then enters a "2", the text should show .12.
If the user then enters a "3", the text will now be 1.23, and so forth.
I've been working with TextChanged but haven't been successful thus far. Does anyone have any ideas?
Thanks in advance!
If the user enters a "1" in an edittext view, the text should be .01.
If the user then enters a "2", the text should show .12.
If the user then enters a "3", the text will now be 1.23, and so forth.
I've been working with TextChanged but haven't been successful thus far. Does anyone have any ideas?
Thanks in advance!