Skip to content

feat(input-range): default range values#8098

Merged
laske185 merged 1 commit intorelease/2from
feature/setze-standardwerte-von-inputrange-v2
Jul 22, 2025
Merged

feat(input-range): default range values#8098
laske185 merged 1 commit intorelease/2from
feature/setze-standardwerte-von-inputrange-v2

Conversation

@deleonio
Copy link
Copy Markdown
Contributor

This pull request updates the KolInputRange class in shadow.tsx to set default values for the _max and _min properties, ensuring consistent behavior when these properties are not explicitly defined.

@deleonio deleonio linked an issue Jul 21, 2025 that may be closed by this pull request
@deleonio deleonio requested a review from laske185 July 21, 2025 23:31
@github-actions
Copy link
Copy Markdown
Contributor

@deleonio deleonio requested a review from Copilot July 22, 2025 00:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds default values to the _max and _min properties of the KolInputRange component to ensure consistent behavior when these range boundaries are not explicitly specified by consumers.

  • Sets default maximum value to 100 for the _max property
  • Sets default minimum value to 0 for the _min property

Comment thread packages/components/src/components/input-range/shadow.tsx
Comment thread packages/components/src/components/input-range/shadow.tsx
@laske185 laske185 merged commit d57d30a into release/2 Jul 22, 2025
8 checks passed
@laske185 laske185 deleted the feature/setze-standardwerte-von-inputrange-v2 branch July 22, 2025 14:01
@publicuibot publicuibot bot locked and limited conversation to collaborators Jul 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Standardwerte für _min und _max beim InputRange

3 participants