-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically reposition
InlineAutocomplete
suggestions depending o…
…n available space (#3614) * Automatically reposition suggestions depending on available space * Use isomorphic layout effect * Create old-cherries-smile.md * Add story * Handle `NaN` case * Remove unused import * Add `suggestionsPlacement` prop * fix typo belo -> below Co-authored-by: Josh Black <joshblack@github.com> --------- Co-authored-by: Josh Black <joshblack@github.com>
- Loading branch information
1 parent
dbcd407
commit 709024f
Showing
5 changed files
with
132 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@primer/react": patch | ||
--- | ||
|
||
Automatically reposition `InlineAutocomplete` suggestions depending on available space | ||
|
||
<!-- Changed components: InlineAutocomplete --> |
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
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