-
Notifications
You must be signed in to change notification settings - Fork 355
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
feat(SimpleFileUpload): consumed Penta updates #10026
feat(SimpleFileUpload): consumed Penta updates #10026
Conversation
value={filename} | ||
/> | ||
</InputGroupItem> | ||
<InputGroupItem> | ||
<Button | ||
id={`${id}-browse-button`} |
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.
We could keep this in, but if we're going to expose an ID on the browse button then we should consider allowing an ID to be passed to all other input elements within the component. For now I included this in the codemod issue patternfly/pf-codemods#551
Preview: https://patternfly-react-pr-10026.surge.sh A11y report: https://patternfly-react-pr-10026-a11y.surge.sh |
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.
This will need a codemod, right? To deal with the helper text change?
@nicolethoen good point. I updated codemod patternfly/pf-codemods#551 to mention providing a warning that consumers should use the new FileUploadHelperText sub-component (right now we only have examples that show using a FormHelperText as a separate piece). |
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.
🔥
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.
very niiice
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.
LGTM 🗄️
Your changes have been released in:
Thanks for your contribution! 🎉 |
What: Closes #9996
codemod: patternfly/pf-codemods#551
Additional issues: