-
Notifications
You must be signed in to change notification settings - Fork 974
Closed
Labels
communityPull Requests and issues created by the community.Pull Requests and issues created by the community.need-backendIssues that need backend workIssues that need backend work
Description
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.
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
Labels
communityPull Requests and issues created by the community.Pull Requests and issues created by the community.need-backendIssues that need backend workIssues that need backend work