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

Allow Disable and Enable for Slider widget #3551

Closed
2 tasks done
ObaraEmmanuel opened this issue Jan 9, 2023 · 1 comment
Closed
2 tasks done

Allow Disable and Enable for Slider widget #3551

ObaraEmmanuel opened this issue Jan 9, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ObaraEmmanuel
Copy link

Checklist

  • I have searched the issue tracker for open issues that relate to the same feature, before opening a new one.
  • This issue only relates to a single feature. I will open new issues for any other features.

Is your feature request related to a problem?

I often use the slider widget as input and it's not possible to disable and enable it out of the box.

Is it possible to construct a solution with the existing API?

The only work around is creating a custom slider widget and that is a huge inconvenience for such a simple feature. It requires one to extend not only the widget but also the renderer to provide the necessary disabled state styling. Things get messy fast.

Describe the solution you'd like to see.

It would be nice if the Slider widget like other input widget could implement the Disableable interface right out the box. I believe it is not such a huge fix, I could even offer to send in a PR for it.

@dweymouth
Copy link
Contributor

Fixed on develop for 2.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants