Currency Inputs

I am having trouble with editing part of a number in the currency field.

Say the user types 1000000 for a million dollars.

Oops! they meant 2 million... now here is my question:

Why can't we put our cursor at 1 and backspace and type 2?

The cursor is stuck and forced to the right
image

we have to backspace the whole input to clear it.

I know there is a clear input button, but that is beside my point.

What if it was a messy number like 2,498,723.37 and you wanted to edit that 4?

Hey @khill-fbmc! :wave:

This is a weird one - at first I wasn't able to reproduce the issue, but then I figured out it only happens when trying to delete the leftmost digit if it would leave an exposed comma. It seems that I can backspace any other digit, including the commas themselves, and even highlight and replace the leftmost digit. In your proposed scenario, you would be able to edit the 4 just fine! It's only the 2 that would give you issues.

Good find! I'll let the team know about this. I don't imagine it will be high priority, but it will make a good issue for our ongoing UX/Quality project!

3 Likes