Thanks to visit codestin.com
Credit goes to github.com

Skip to content

UI: Set min and max attributes for workspace number parameters #14532

Closed
@toshikish

Description

@toshikish

Currently, the min and max attributes for workspace number parameter input elements are missing.

  • If a user enters a number that is outside the allowed range, an error message appears below the input field.
  • If a user enters numbers that don't follow the expected increasing or decreasing pattern, an error message shows up in an alert box after clicking the submit button.

image

The min and max attribute values should be the following:

Parameter type min attribute max attribute
number (general) min max
number (monotonic=increasing) Previous value max
number (monotonic=decreasing) min Previous value

Metadata

Metadata

Assignees

No one assigned

    Labels

    communityPull Requests and issues created by the community.need-backendIssues that need backend work

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions