Open tmcw opened 7 months ago
This especially happens with slow asynchronous autocomplete - we check, before requesting a suggestion, that autocomplete state is not active, but at that point the autocomplete state is pending. We should check that the autocomplete state is null.
active
pending
This especially happens with slow asynchronous autocomplete - we check, before requesting a suggestion, that autocomplete state is not
active
, but at that point the autocomplete state ispending
. We should check that the autocomplete state is null.