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

tooltip="progress" on <color-slider> (and other related elements) inherits min, max, and step from the slider #16

Closed
DmitrySharabin opened this issue May 6, 2024 · 0 comments · Fixed by #88

Comments

@DmitrySharabin
Copy link
Collaborator

Instead of setting them to 0, 100, and 1, respectively.

We can move the slider thumb and see the correct result in the tooltip, but changing the progress manually might be impossible.

Testcase

<color-slider
	space="oklch"
	stops="oklch(85% 50% 80), oklch(65% 50% 180)"
	min="-50" max="50" value="20"
	tooltip="progress"
></color-slider>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant