Bug Report - Login Issues
When signing up or signing in on MongoDB Atlas, if I enter a password and place the cursor in the middle of the input field to delete a specific character, pressing the Delete key removes the last character instead of the one at the cursor.
This makes it frustrating to fix typos and feels unintuitive. It seems like a bug with the input handling in the password field.
I've attached a screenshot to show the issue. Steps to reproduce:
Type a password (e.g., password123)
Place the cursor before the "o"
Press Delete
Instead of removing "o", it removes "3" (last character)
1
vote
