-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TextField] Fix the issue that menu items gets filtered after recreation
It's actually a bug of framework's AutoCompleteTextView. When restoring the state, it always filters the item list regardless the previously input item is from menu selection or manual input. This change fixes the issue by implementing the custom logic of input text saving/restoring, and properly remember if the last input text filters the item list or not. Resolves #1464 PiperOrigin-RevId: 716328564
- Loading branch information
1 parent
54778a9
commit 690bbfc
Showing
1 changed file
with
109 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters