It happens on some recent Firefox version on Android (e.g. 99.0.1) that when we select one item from suggestion list, handleInput is triggered again with the selected value which call updateResults again. With this pull request, we use a waitOnInput property on AutocompleteCore to control updateResults triggering.
It happens on some recent Firefox version on Android (e.g. 99.0.1) that when we select one item from suggestion list, handleInput is triggered again with the selected value which call updateResults again. With this pull request, we use a waitOnInput property on AutocompleteCore to control updateResults triggering.