Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/wet-geckos-accept.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
---
'@primer/react': minor
---

TextInput: Update TextInput.Action internal component to use Tooltip v2
2 changes: 1 addition & 1 deletion packages/react/src/TextInput/TextInput.docs.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -128,7 +128,7 @@
{
"name": "tooltipDirection",
"type": "'n' | 'ne' | 'e' | 'se' | 's' | 'sw' | 'w' | 'nw'",
"defaultValue": "n",
"defaultValue": "s",
"description": "Sets where the tooltip renders in relation to the target."
},
{
Expand Down
Loading