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

Add min, max and step properties for ui.range #3260

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Add min, max and step properties for ui.range #3260

merged 1 commit into from
Jun 27, 2024

Conversation

falkoschindler
Copy link
Contributor

This PR adds properties for changing the limits of ui.range to avoid using the props() method incorrectly or accessing the private _props dictionary (see #3191).

@falkoschindler falkoschindler added the enhancement New feature or request label Jun 21, 2024
@falkoschindler falkoschindler added this to the 1.4.28 milestone Jun 21, 2024
@falkoschindler falkoschindler linked an issue Jun 21, 2024 that may be closed by this pull request
@rodja rodja merged commit 2f6649f into main Jun 27, 2024
7 checks passed
@rodja rodja deleted the range-limits branch June 27, 2024 03:16
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

Successfully merging this pull request may close these issues.

Changing min/max limits of ui.range breaks the element
2 participants