Skip to content
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

RangeSlider "disabled" does not gray out the label (Labelled) #12927

Open
6farer opened this issue Nov 20, 2024 · 0 comments
Open

RangeSlider "disabled" does not gray out the label (Labelled) #12927

6farer opened this issue Nov 20, 2024 · 0 comments
Labels
Bug Something is broken and not working as intended in the system. untriaged

Comments

@6farer
Copy link

6farer commented Nov 20, 2024

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:


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

  1. Set disabled prop to true

Are you using React components?

None

Polaris version number

13.9.0

Browser

Any

Device

Any

@6farer 6farer added Bug Something is broken and not working as intended in the system. untriaged labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is broken and not working as intended in the system. untriaged
Projects
None yet
Development

No branches or pull requests

1 participant