openui / openui/open-ui

[Range] Attribute disagreements

Open
#1,245 3 comments 0 reactions 1 assignee View on GitHub

@brechtDR is already working on this.

Since Aug 13, 2025.

needs-triage
Dominant language
MDX
Stars
4.5k
Forks
226
Avg merge
2d 22h
Merged PRs (30d)
4

Description

Given the following:

<rangegroup name="temperature-range" min="-10" max="10">
  <input type="range" name="temperature-range-min" min="-50" max="0" value="-25">
  <input type="range" name="temperature-range-max" min="0" max="20" value="15">
</rangegroup>

... What actually happens? Can you say the max is 10 on the group but then inside a max is 100... Does it go out of the track? Does it make the outer actually 100 or does it limit at 10? I see there is an open question for that in the explainer but I didn't see an issue..

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.