[a11y]: Keyboard focus is trapped in FileUploader #15870
Labels
severity: 3
https://ibm.biz/carbon-severity
type: a11y ♿
version: 10
Issues pertaining to Carbon v10
Package
carbon-components, carbon-components-react
Browser
Chrome
Operating System
MacOS
Package version
v10.58.10
React version
v16.14.0
Automated testing tool and ruleset
Manual testing
Assistive technology
No response
Description
Expected to be able to tab out of the FileUploader button. Cannot tab out once you're in the button.
Can reproduce in carbon 10 but not carbon 11. Can we backport the fix there as well?
WCAG 2.1 Violation
No Keyboard Trap
Reproduction/example
import { FileUploader } from '@carbon/react'; import React from 'react'; export default function App() { return (
Steps to reproduce
FileUploader
component.Code of Conduct
The text was updated successfully, but these errors were encountered: