This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
using Async search the first element always gets activated/selected.how not to do it #1909
Open
Description
I am using server side call to get the results (using refresh functionality).
I am not using highlight function.
I don't want first item to be auto selected by default.
The problem I am facing is -
As I start search on the search box by mistake if I click enter the first element in the dropdown is automatically selected.
How to not select the first element by default.