Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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 number Diff line number Diff 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 src/TextInput/TextInput.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
{
"name": "tooltipDirection",
"type": "'n' | 'ne' | 'e' | 'se' | 's' | 'sw' | 'w' | 'nw'",
"defaultValue": "n",
"defaultValue": "s",
Comment thread
broccolinisoup marked this conversation as resolved.
"description": "Sets where the tooltip renders in relation to the target."
},
{
Expand Down
2 changes: 0 additions & 2 deletions src/TextInput/TextInput.features.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ export const WithTooltipDirection = () => {
setValue('')
}}
icon={XCircleFillIcon}
aria-label="Clear input"
tooltipDirection="nw"
sx={{color: 'fg.subtle'}}
/>
}
Expand Down
Loading