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

Misalignment in orderable list with >9 items #7220

Open
ecircenis opened this issue May 2, 2024 · 1 comment
Open

Misalignment in orderable list with >9 items #7220

ecircenis opened this issue May 2, 2024 · 1 comment
Labels
bug issue that does not match design or documentation and requires code changes to address

Comments

@ecircenis
Copy link

When a List with onOrder has 10 or more items in it, the transition from single digit index to 2-digit index causes the data to shift.
There should be enough space allocated for the numeric column so that this shift does not occur. The numeric column should also be right aligned instead of left aligned.

image

@britt6612 britt6612 added the bug issue that does not match design or documentation and requires code changes to address label May 3, 2024
@britt6612
Copy link
Collaborator

@ecircenis can you help me in figuring out how you implemented this? Looks like some combination between Select and List. List does have onOrder however trying to figure out what you had to do to also have the select with the checkbox part of this image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issue that does not match design or documentation and requires code changes to address
Projects
None yet
Development

No branches or pull requests

2 participants