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
auto_increment field is too small #15287
Comments
|
I can reproduce. Only the first 5 digits are visible, however in my 102,000 row table all digits were present in the text box, the width is just not great enough to show them. clicking in, ctrl+a then ctrl+c selects and copies all 6 digits (also moving the cursor left and right with the arrow keys will show the left and right "side" of the number as expected). |
|
Hi @williamdes Sir, I would like to help a bit on this issue, I have reproduced the bug in my local environment and inspected using chrome-dev tools and know exactly what I have to do. Please guide me. |
|
Hi @asprazz glad that you want to help us ;) Then when you create the commit please use the Then go to the pull-request page and create a pull-request, use I will review the PR and merge if everything is good ;) |
Thank You Sir. Looking forward for the change. Don't worry I won't be adding the inline css though :) |
Right, and on the input (if it does not have one) :) |
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |


The auto_increment field only shows 5 most significant digits of numbers greater than 99999
Steps to reproduce the behavior:
Expected behavior: I expect to see all of the digits of the auto-increment value in the AUTO_INCREMENT field. (I believe this is caused by the default field size property of the input type="number" )
The example table pictured below has 23402301 rows but the field only shows 23402
Screenshot:

The text was updated successfully, but these errors were encountered: