-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
Description
When setting up a multi-column layout, make sure that they columns always add up to 12. If they don't then a warning should be show. In addition, negative column number should not be allowed.
Steps to Reproduce:
- go to a screen with a multicolumn
- Set it to use 12 columns
- Create a new entry on the JSON with a negative number
- Add a column with the same value but positive using the GUI
Current Behavior:
The negative value subtracts from the total (6+6= 12, 12-6=6) allowing the user to input more columns
Expected Behavior:
User should not be able to use a negative row number on the JSON.
Reactions are currently unavailable