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

You can't leave an optional number field blank #648

Open
Tschonti opened this issue Feb 16, 2024 · 0 comments
Open

You can't leave an optional number field blank #648

Tschonti opened this issue Feb 16, 2024 · 0 comments
Labels
BACKEND bug Something isn't working FRONTEND

Comments

@Tschonti
Copy link
Member

If there's an optional number field in a form, a submission where that field is empty counts as invalid. The content of that field is sent to the server as a string, so if it's empty, an empty string is sent. This could be handled on both the backend and frontend probably

negative numbers are also not accepted, not sure if that's by design

@Tschonti Tschonti added bug Something isn't working FRONTEND BACKEND labels Feb 16, 2024
@Isti01 Isti01 added this to 52. QPA Aug 4, 2024
@Isti01 Isti01 moved this to Ready in 52. QPA Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BACKEND bug Something isn't working FRONTEND
Projects
Status: Todo
Development

No branches or pull requests

2 participants