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

Closed
silviuaavram opened this issue Feb 8, 2019 · 0 comments · Fixed by #897
Closed
Labels
vsts Paired with ticket in vsts

Comments

@silviuaavram
Copy link
Collaborator

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 after b.

Actual Result

Text is abaa but cursor jumped after the text.

Version

0.20.0

Recording

ezgif com-video-to-gif

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
vsts Paired with ticket in vsts
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants