-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Picker] Refresh options on options change (#11890)
Currently when you add a new option it won't show up until the next render cycle, i.e. when the list is closed and re-opened. This fixes that issue but requires options to be memoized.
- Loading branch information
1 parent
5b9f4b8
commit b36ba8a
Showing
2 changed files
with
106 additions
and
37 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
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