-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: Automatically detect if wrapped Autocomplete collection supports virtual focus #8862
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
7bd802a
exporting contexts for quarry
LFDanLu 2fc340b
refactor autocomplete hook so it detects if it is attached to a filte…
LFDanLu f2cfed8
initial attempt to get rid of Dialog from S2 Popover
LFDanLu 8c7ece4
fix tests
LFDanLu f762894
Merge branch 'main' of github.com:adobe/react-spectrum into quarry_au…
LFDanLu b877235
add inner div with overflow so that popover arrow shows up
LFDanLu 9a08cae
fix items overflowing when partially scrolled into view
LFDanLu 6ad1bbc
update Popover so it accepts more values in styles instead
LFDanLu e939f60
fix lint
LFDanLu 65805c7
export colorSchemeContext
LFDanLu 4bb28d4
clean up extra comment
LFDanLu 2c091b9
fix chromatic
LFDanLu ecacbbe
Merge branch 'main' of github.com:adobe/react-spectrum into quarry_au…
LFDanLu 7ee23f3
review comments
LFDanLu 74be69b
fix calc
LFDanLu bc2cbd8
substitute custom event in favor of collection tabindex check
LFDanLu 9fc6987
update width calculations
LFDanLu 30c9e7e
forgot to remove commented out code
LFDanLu f9fc374
move popover styling to user provided inner div
LFDanLu 5d04fe7
forgot to bring back styles
LFDanLu eef1cc9
Merge branch 'main' into quarry_autocomplete_updates
snowystinger 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
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
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.
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.
We still want to keep
disableVirtualFocus
as a prop so a user can opt out of the virtual focus behavior based on their use case