-
Notifications
You must be signed in to change notification settings - Fork 334
Open
Labels
a-composeCompose box, autocomplete, attaching files/imagesCompose box, autocomplete, attaching files/imagesbeta feedbackThings beta users have specifically asked forThings beta users have specifically asked forlaunch feedbackThings users specifically asked for upon launchThings users specifically asked for upon launchupstreamWould benefit from work in Flutter or another upstreamWould benefit from work in Flutter or another upstream
Milestone
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
.
References
- Flutter issue for the needed upstream API: Rebuild Autocomplete options at arbitrary time flutter/flutter#159443
gnprice, PIG208, SCBuergel and gernophil
Metadata
Metadata
Assignees
Labels
a-composeCompose box, autocomplete, attaching files/imagesCompose box, autocomplete, attaching files/imagesbeta feedbackThings beta users have specifically asked forThings beta users have specifically asked forlaunch feedbackThings users specifically asked for upon launchThings users specifically asked for upon launchupstreamWould benefit from work in Flutter or another upstreamWould benefit from work in Flutter or another upstream
Type
Projects
Status
No status