Skip to content

Commit

Permalink
fix: tab-tip-expanded-closed-a11y (#16131)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreancardona committed Apr 8, 2024
1 parent 6001387 commit b21f8ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react/src/components/Popover/Popover.stories.js
Expand Up @@ -98,6 +98,7 @@ export const TabTip = () => {
<button
aria-label="Settings"
type="button"
aria-expanded={open}
onClick={() => {
setOpen(!open);
}}>
Expand Down Expand Up @@ -134,6 +135,7 @@ export const TabTip = () => {
<button
aria-label="Settings"
type="button"
aria-expanded={open}
onClick={() => {
setOpenTwo(!openTwo);
}}>
Expand All @@ -150,7 +152,7 @@ export const TabTip = () => {
</RadioButtonGroup>
<hr />
<fieldset className={`${prefix}--fieldset`}>
<legend className={`${prefix}--label`}>Edit columns</legend>
<legend className={`${prefix}--label`}>Testing</legend>
<Checkbox defaultChecked labelText="Name" id="checkbox-label-8" />
<Checkbox defaultChecked labelText="Type" id="checkbox-label-9" />
<Checkbox
Expand Down

0 comments on commit b21f8ea

Please sign in to comment.