We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some input fields are allowing negative numbers. So there should be a check and those fields should not allow negative numbers.
Steps to reproduce the behavior:
I was expecting a warning after giving a negative input.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@williamdes On it.
Sorry, something went wrong.
Fixes phpmyadmin#15036 Input fields missing checks
32b98a7
3656420
Signed-off-by: apoorv <apoorvkhare007@gmail.com>
Fix #15036 - Input fields missing checks for MaxSizeForInputField
cfc75fd
Fixes: #15036 Pull-request: #15056 Signed-off-by: William Desportes <williamdes@wdes.fr>
Add ChangeLog entry for #15036
5413b6c
Pull-request: #15056 Signed-off-by: William Desportes <williamdes@wdes.fr>
1356b1b
williamdes
No branches or pull requests
Describe the bug
Some input fields are allowing negative numbers. So there should be a check and those fields should not allow negative numbers.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I was expecting a warning after giving a negative input.
Screenshots
Server configuration
Client configuration
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: