ID input truncates large integer numbers #11

Closed
opened 2025-01-11 00:49:04 +01:00 by manuel · 0 comments
Owner

for example, the ID -2650617083614282888 is transmitted to the backend as -2650617083614283000.

possible solution: Use BigInt? (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt)

for example, the ID -2650617083614282888 is transmitted to the backend as -2650617083614283000. possible solution: Use BigInt? (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt)
manuel added the
bug
label 2025-01-11 00:49:04 +01:00
manuel self-assigned this 2025-01-11 01:10:46 +01:00
manuel referenced this issue from a commit 2025-01-11 01:12:04 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: manuel/labyrinth-frontend#11
No description provided.