Skip to content
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

Inability to Input new value before the previous value on the send assets page #18459

Open
VolodLytvynenko opened this issue Jan 10, 2024 · 0 comments · Fixed by #18594
Open

Comments

@VolodLytvynenko
Copy link
Contributor

VolodLytvynenko commented Jan 10, 2024

introduced in #19750

Steps:

  1. Enter any single number into the ETH textbox (e.g., "2").
  2. Move the cursor before the entered data and input another value (e.g., "1").

Actual result:

The new value (e.g., "1") is appended after the previous value (e.g., resulting in "21"). The new value is not inserted before the previous entry.

previous.mp4

Expected result:

The new value (e.g., "1") should be inputted before the previous value (e.g., should display "12"), allowing the user to insert values in between existing entries.

cc: @vkjr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

3 participants