autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

Fix autocomplete fired again when select one item from suggestion list

Open viethang opened this issue 3 years ago • 0 comments

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.

viethang avatar May 13 '22 14:05 viethang