carbon-design-system / carbon

A design system built by IBM
https://www.carbondesignsystem.com
Apache License 2.0
7.88k stars 1.82k forks source link

[a11y]: ContainedList [with expandable search] - need clarity #13942

Open andreancardona opened 1 year ago

andreancardona commented 1 year ago

Package

@carbon/react

Browser

No response

Operating System

No response

Package version

carbon/react@1.30.0

React version

No response

Automated testing tool and ruleset

n/a

Assistive technology

all

Description

Search button

Search button is still available even after the search field is displayed

The search button is still available after the search edit field is displayed. however it does not perform any action upon user activation.

WCAG 2.1 Violation

n/a

Reproduction/example

Record Number 30 in the below table: https://airtable.com/shrFsaeHhImOkuVNR

Steps to reproduce

Recommended fix: If the search button does not perform any action, it can be disabled.

This is an observation

Code of Conduct

tw15egan commented 1 year ago

Need to add aria-hidden={expanded ? false : true} to ExpandableSearch

mateus037 commented 1 month ago

Hi @sstrubberg @tay1orjones Could I work on this issue? :D

sstrubberg commented 1 month ago

Hi @sstrubberg @tay1orjones Could I work on this issue? :D ✅