Big number becomes string, intended?

Just testing out if this bug has been fixed: API action, changes not saved
And I noticed the big number becomes a string. Is that the intended fix for this bug? This is a bit deceiving as I wouldn’t expect my integer to suddenly become a string.

Input:
image

Output:
image

Yes as such large numbers do not exist in js they are threatened as strings.

1 Like