-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
perf(compact-select): render options lazily #103811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
TkDodo
wants to merge
22
commits into
master
Choose a base branch
from
tkdodo/perf/compact-select
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+184
−200
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
ecdc9b1
perf: do not render <List> inside CompactSelect when the overlay is c…
TkDodo f6f4975
Merge branch 'master' into tkdodo/perf/compact-select
TkDodo 562b528
ref: defaultValue is no more
TkDodo 984999b
ref: make items and value optional for `control`
TkDodo 65eca0f
ref: move conditional rendering further down
TkDodo 215698d
Merge branch 'master' into tkdodo/perf/compact-select
TkDodo a3b60f7
ref: compositeSelect gets a required trigger
TkDodo 8055756
ref: fix tests
TkDodo 13f258e
Merge branch 'master' into tkdodo/ref/composite-select-required-trigger
TkDodo 0860554
merge branch ref/composite-select-required-trigger
TkDodo 5c5c864
fix: move conditional rendering to the highest possible point
TkDodo 31c671e
fix: we need proper state management to make selection work now
TkDodo 91179cc
merge branch master
TkDodo 988d997
ref: remove compositeIndex
TkDodo b18d6e0
fix: inline onClear and remove call to non-existing setSelectedOptions
TkDodo 93f5e34
fix: hasSelection logic
TkDodo 5518059
test: adapt tests
TkDodo c32c0b0
Merge branch 'master' into tkdodo/perf/compact-select
TkDodo dc6b4d7
test: more test fixes
TkDodo f83ffd5
Merge branch 'master' into tkdodo/perf/compact-select
TkDodo 4b1bf62
options?.flat
TkDodo 5317c59
Merge branch 'master' into tkdodo/perf/compact-select
TkDodo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would expect the check above to narrow it down to Array, is this an expected change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's expected as
itemssupport an explicitundefinednow?