kurniawan0219 New Member Nov 15, 2023 #1 please help to format currency value on live edit text on process typing not after finish edit. like 1,000,000 on live typing editing
please help to format currency value on live edit text on process typing not after finish edit. like 1,000,000 on live typing editing
Erel B4X founder Staff member Licensed User Longtime User Nov 15, 2023 #2 I don't recommend modifying the text while the user types. This will lead to very annoying user experience. It can be done by handling the TextChanged event. Upvote 0
I don't recommend modifying the text while the user types. This will lead to very annoying user experience. It can be done by handling the TextChanged event.
kurniawan0219 New Member Nov 15, 2023 #3 Erel said: I don't recommend modifying the text while the user types. This will lead to very annoying user experience. It can be done by handling the TextChanged event. Click to expand... it just modified text like mask. When we typing 1000 auto change to 1,000. I think this can reduce errors user when input currency value. Upvote 0
Erel said: I don't recommend modifying the text while the user types. This will lead to very annoying user experience. It can be done by handling the TextChanged event. Click to expand... it just modified text like mask. When we typing 1000 auto change to 1,000. I think this can reduce errors user when input currency value.