Reset search-input cursor on upwards navigation #29
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/search-input-navigation-resets-cursor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When navigating up in the autocomplete search result list the cursor usually reset back to the start of the input. Now we get the element and use focus and setSelectionRange to move the cursor back to the end at the very next frame.