-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(combobox, input-time-zone): fix initial item selection delay (#11326
) **Related Issue:** #10731 ## Summary Fixes a combobox regression introduced by #11265 without impacting performance. ### Notable changes * drops debouncing of * item update (initial update delay was the main cause of regression) * change event emitting * adds more test coverage for change event emitting * ignores item-initiated updates until combobox is loaded * splits up item update logic into the following sections to minimize re-renders: * item/data * item props * selection/filter * minor tidy up
- Loading branch information
Showing
2 changed files
with
52 additions
and
45 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