We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When providing disabled={true} as a prop for RangeSlider, the label does not gray out.
It seems the Labelled component inside of RangeSlider does not receive the disabled prop.
See where the fixes needs to be made:
polaris/polaris-react/src/components/RangeSlider/components/DualThumb/DualThumb.tsx
Line 233 in c77ac46
polaris/polaris-react/src/components/RangeSlider/components/SingleThumb/SingleThumb.tsx
Line 89 in c77ac46
When disabled={true} on RangeSlider, label is grayed out.
When disabled={true} on RangeSlider, label is not grayed out.
Link to sandbox
None
13.9.0
Any
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
When providing disabled={true} as a prop for RangeSlider, the label does not gray out.
It seems the Labelled component inside of RangeSlider does not receive the disabled prop.
See where the fixes needs to be made:
polaris/polaris-react/src/components/RangeSlider/components/DualThumb/DualThumb.tsx
Line 233 in c77ac46
polaris/polaris-react/src/components/RangeSlider/components/SingleThumb/SingleThumb.tsx
Line 89 in c77ac46
Expected behavior
When disabled={true} on RangeSlider, label is grayed out.
Actual behavior
When disabled={true} on RangeSlider, label is not grayed out.
Steps to reproduce
Link to sandbox
Are you using React components?
None
Polaris version number
13.9.0
Browser
Any
Device
Any
The text was updated successfully, but these errors were encountered: