Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(modal): x aria-labelledby closeText element (#277)
Before, passing an element to the `closeText` prop would cause the modal's x button's `aria-label` to be `[object Object]`. Now, the button is labelled by the close button in the modal footer so that the screenreader reads out the same text for both buttons.
- Loading branch information