Open
Description
It's normal for the options list to lag behind the query by some small amount, perhaps several milliseconds, because we do expensive filtering computations asynchronously.
The symptom here is different: for example, you type "@", and after waiting even multiple seconds, the list of @-mention autocomplete options doesn't come up. That's because RawAutocomplete updates the list with a listener on the TextEditingValue
, not on the MentionAutocompleteView
.
To recognize a change from one result set to another, we should have the UI listen and respond to MentionAutocompleteView
, not TextEditingValue
.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status