Skip to content

Commit

Permalink
Change acceptable range for input
Browse files Browse the repository at this point in the history
  • Loading branch information
wielandb committed Jul 15, 2024
1 parent 20ac42c commit 41880f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/question_catalog/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1813,9 +1813,9 @@
"type": "Number",
"input": {
"placeholder": "@doorOpeningPlaceholder",
"decimals": 2,
"min": 0,
"max": 10,
"decimals": 0,
"min": 50,
"max": 400,
"unit": "@unitCentimeter"
},
"constructor": {
Expand Down

0 comments on commit 41880f9

Please sign in to comment.