This repository has been archived by the owner on Mar 4, 2020. It is now read-only.
bug(dropdown): inserting char at a cursor position will always move the cursor to end #865
Labels
vsts
Paired with ticket in vsts
Bug Report
Inserting a character in the edit text at any cursor position will make the cursor jump to the end of the text afterwards.
Steps
Write
aaa
in a Search Dropdown.Move cursor to position one and write
b
.Expected Result
Text should be
abaa
and cursor should be afterb
.Actual Result
Text is
abaa
but cursor jumped after the text.Version
0.20.0
Recording
The text was updated successfully, but these errors were encountered: