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. |
|
@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.