-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
properly render disabled range control #20811
Conversation
💚 Build Succeeded |
LGTM, test is now passing. Thanks for the quick turn around @nreese ! |
💚 Build Succeeded |
What do you think about adding some new selenium tests to There was another bug that would have been caught with this test too, so I think it would be helpful. |
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.
Code LGTM!
@stacey-gammon I am going to merge this without the additional functional tests. The jest tests provide good coverage that the components can be rendered when disabled and this fixes a big problem with the sample data set when the data loads with holes. |
* properly render disabled range control * remove disabled from existing elements
partial fix for #20807
Update RangeControl to properly handle disabled state. Add jest tests to ensure proper rendering.