Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v-input behavior for numbers > MAX_SAFE_INTEGER #22334

Closed
hanneskuettner opened this issue Apr 29, 2024 · 2 comments
Closed

v-input behavior for numbers > MAX_SAFE_INTEGER #22334

hanneskuettner opened this issue Apr 29, 2024 · 2 comments
Labels

Comments

@hanneskuettner
Copy link
Member

Describe the Bug

<input type="number"> elements have some weird behavior for numbers larger than Number.MAX_SAFE_INTEGER.

This leads to problems inputting large numbers, for example into a Big Integer field.

Screen.Recording.2024-04-29.at.12.01.23.mov

To Reproduce

  • Have a field of type Big Integer
  • Try typing in numbers larger than MAX_SAFE_INTEGER

Directus Version

v10.10.7

Hosting Strategy

Self-Hosted (Docker Image)

@paescuj
Copy link
Member

paescuj commented Apr 29, 2024

Could that be a duplicate of #20287? 👀

@hanneskuettner
Copy link
Member Author

hanneskuettner commented Apr 29, 2024

It is indeed! I tried searching for it because I felt like I've seen it before, but had no luck. Thank you for confirming that.

@hanneskuettner hanneskuettner closed this as not planned Won't fix, can't repro, duplicate, stale Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

2 participants