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
Please enter a valid number. #16201
Comments
|
The change must be done in Line 154 in a4ae932
|
|
Hi there @OlafvdSpek, what are the reproduction steps? Does this happen when you insert a number into a row? |
|
hi @DaemonicNaymon You need to enter a space after the number, only a front-end check to improve |
|
Hi @williamdes I've tried entering a space before after and between numbers but it just passes through so I'm wondering if the problem lays with my setup? 🤔 |
|
https://demo.phpmyadmin.net/master/index.php?route=/table/search&db=mysql&table=user Enter 1, space into an int field, then move focus to another field. |
|
@williamdes Which is the expected solution?
|
I would say trim, having spaces has no sense for an int |
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
Don't forget the padding. ;) |
|
@OlafvdSpek do you mean for the error message ? |
"2710 " (note the space) isn't considered a valid number, by the client-side validator. I think the server-side code does consider this valid..
The error message is missing margins. Or is it padding?
The text was updated successfully, but these errors were encountered: