-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SelectPanel2: Use html dialog (#4020)
* copy changes from #4018 * remove undefined values * add autofocus * sync esc with internalClose * move focus logic to only work once * change tooltip direction to stay within input * note for self * add temporary example for question * Revert "add temporary example for question" This reverts commit 19bc492. * move comment closer to code * nudge user towards actions when clicking outside * oops * Create eleven-lizards-draw.md * change animation duration to 350ms
- Loading branch information
1 parent
6f043bc
commit c2a53a0
Showing
3 changed files
with
105 additions
and
36 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,5 @@ | ||
--- | ||
"@primer/react": patch | ||
--- | ||
|
||
experimental/SelectPanel2: Use `<dialog>` element |
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