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 7a07105 commit 4a936d2Copy full SHA for 4a936d2
ui/components/popovers/RELEASENOTES.md
@@ -5,6 +5,10 @@
5
6
### Added button to the story `body-max-height-small` to fix scrollable-region-focusable wcag issue.
7
8
+### Added
9
+
10
+- Added `title` attribute to meet accessibility requirements.
11
12
## 2.19
13
14
### Fixed
ui/components/popovers/base/example.jsx
@@ -415,7 +415,7 @@ export let examples = [
415
id: 'dark-base',
416
label: 'Base [dark]',
417
element: (
418
- <Popover className="slds-popover_dark slds-nubbin_left" closeButton>
+ <Popover className="slds-popover_dark slds-nubbin_left" title="Popover Title" closeButton>
419
<p>
420
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
421
eiusmod tempor incididunt ut labore et dolore magna aliqua.
0 commit comments