We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd443d commit 05df693Copy full SHA for 05df693
src/Tooltip.tsx
@@ -62,6 +62,7 @@ export const Tooltip = memo(
62
className={fr.cx("fr-btn--tooltip", "fr-btn")}
63
aria-describedby={id}
64
id={`tooltip-owner-${id}`}
65
+ type="button"
66
>
67
{t("tooltip-button-text")}
68
</button>
0 commit comments