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 1d89351 commit b2e3da2Copy full SHA for b2e3da2
src/Header/Header.tsx
@@ -375,7 +375,7 @@ export const Header = memo(
375
)}
376
>
377
<button
378
- id={`${id}-search-button`}
+ id={`${id}-search-close-button`}
379
className={fr.cx("fr-btn--close", "fr-btn")}
380
aria-controls={searchModalId}
381
title={t("close")}
src/Modal/Modal.tsx
@@ -62,7 +62,6 @@ const Modal = memo(
62
return (
63
<dialog
64
aria-labelledby={titleId}
65
- role="dialog"
66
id={id}
67
className={cx(fr.cx("fr-modal", topAnchor && "fr-modal--top"), className)}
68
style={style}
0 commit comments