-
Notifications
You must be signed in to change notification settings - Fork 370
fix(FileUploadField): Allow browse button disable #11476
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(FileUploadField): Allow browse button disable #11476
Conversation
Preview: https://patternfly-react-pr-11476.surge.sh A11y report: https://patternfly-react-pr-11476-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 looks good. Can we just add a test that checks the new prop disabled the button as expected? This is a component that looks to still need some updates to their tests, but would be nice to get some of these tests sprinkled in as new things are added.
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 for the code, I agree some tests would be a nice to have but could be a follow up
50a6df6
to
23db09c
Compare
Added a couple of tests |
Your changes have been released in:
Thanks for your contribution! 🎉 |
* fix(FileUploadField): Allow browse button disable * add tests for browse button disable
What: Closes #10830