Description
If one tries to edit a text input's value from the middle (or start) of the value the cursor is moved to the end position for the next input. This is only on Safari web browser.
Reproduction steps
- Open the playground using Safari
- Enter a value (such as
joe.bloggs@example.com)
- Move the cursor position to anywhere but the end (eg. before the
@ symbol)
- Start typing more than one character
Expected outcome
The new text should be entered at the cursor position and the cursor position should only move with the new input
Actual outcome
The first character is entered at the cursor position. The cursor is moved to the end of the input.
Description
If one tries to edit a text input's value from the middle (or start) of the value the cursor is moved to the end position for the next input. This is only on Safari web browser.
Reproduction steps
joe.bloggs@example.com)@symbol)Expected outcome
The new text should be entered at the cursor position and the cursor position should only move with the new input
Actual outcome
The first character is entered at the cursor position. The cursor is moved to the end of the input.