We have developed a custom component in react that includes a textbox with autocomplete functionality and a search button. Users can search for an item or select one from the autocomplete suggestions. However, we are experiencing a problem where selecting an item after scrolling through the autocomplete list frequently leads to the retrieval of an incorrect or invalid selected object.
currently, it works in the chrome browser, but if we consume it through essential browser object, it's giving invalid details on the selection.