Open andreancardona opened 1 year ago
@carbon/react
No response
carbon/react@1.30.0
n/a
all
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.
Record Number 30 in the below table: https://airtable.com/shrFsaeHhImOkuVNR
Number 30
Recommended fix: If the search button does not perform any action, it can be disabled.
This is an observation
Need to add aria-hidden={expanded ? false : true} to ExpandableSearch
aria-hidden={expanded ? false : true}
ExpandableSearch
Hi @sstrubberg @tay1orjones Could I work on this issue? :D
Hi @sstrubberg @tay1orjones Could I work on this issue? :D ✅
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/shrFsaeHhImOkuVNRSteps to reproduce
Recommended fix: If the search button does not perform any action, it can be disabled.
This is an observation
Code of Conduct