You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Numeric block to track large numbers, such as coins or XP, is not possible in the current UI. Specifying a number greater than 999 in the numeric's input field munges the value to 999. Even when exported, the data is 999 instead of the actual input.
🔢 Steps to reproduce
Create new character.
Add new section.
Add Numeric block.
Type 1000 and it is munged to 999.
🟢 Expected behavior
It is possible to track large numbers when required.
🔴 Actual behavior
Any number greater than 999 is munged to 999.
💅 Screenshots
🖥 Desktop or Smartphone
OS: Windows 10
Browser: Chrome
Device: Desktop
📄 Additional context
I suspect this is because the Numeric's display will only show up to three digits comfortably. I think a secondary block or option on the block for larger numbers would be useful here.
The text was updated successfully, but these errors were encountered:
This SHOULD fix bug #414, in a way that doesn't look too bad.
## ✅ Changes
<!-- Use prefixes: **chore**, **docs**, **feat**, **fix**, **refactor**,
**style** or **test** -->
- **refactor**: change the text display used for numeric text inputs.
## 🌄 Context
Per bug #414, the prior version had a limit on how large the value in
the field could be.
## 🔒Checklist
- I tested my work on the feature environment
---------
Co-authored-by: rpdeshaies <[email protected]>
🚩 Describe the bug
Using the Numeric block to track large numbers, such as coins or XP, is not possible in the current UI. Specifying a number greater than
999
in the numeric's input field munges the value to999
. Even when exported, the data is999
instead of the actual input.🔢 Steps to reproduce
1000
and it is munged to999
.🟢 Expected behavior
It is possible to track large numbers when required.
🔴 Actual behavior
Any number greater than
999
is munged to999
.💅 Screenshots
🖥 Desktop or Smartphone
📄 Additional context
I suspect this is because the Numeric's display will only show up to three digits comfortably. I think a secondary block or option on the block for larger numbers would be useful here.
The text was updated successfully, but these errors were encountered: