-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(file-uploader): fixes multiple tabbable elements bug and adds keyboard navigation to label #1422
fix(file-uploader): fixes multiple tabbable elements bug and adds keyboard navigation to label #1422
Conversation
I'm addressing the build failure. Will upload a fix for the fix soon. |
…hn/carbon-components into 1351-file-uploader-avt1-fix
if (document.readyState === 'loading') { | ||
document.addEventListener('DOMContentLoaded', () => { | ||
const uploadLabel = document.getElementById('input-button'); | ||
const uploadInput = document.getElementById('your-file-importer-id-here'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems that the code here needs to be implemented in FileUploader
vanilla class - Sent a private note.
bump @dakahn! |
Let me know if you want to finish this off or close it and work on it later 👍 |
I'm gonna close this up for now and revisit the work later. 🙇🏼♂️ |
Closes #1351