Reset search-input cursor on upwards navigation #29

Merged
KevinMidboe merged 1 commits from fix/search-input-navigation-resets-cursor into master 2019-10-30 20:57:06 +00:00
KevinMidboe commented 2019-10-30 20:56:51 +00:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No description provided.