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

Preview of multiple selection options should list option names #981

Open
kambala-decapitator opened this issue Feb 3, 2024 · 2 comments

Comments

@kambala-decapitator
Copy link
Collaborator

Array indexes reflect the order that I selected the options. I'd also sort the array.

image
image

@wutschel
Copy link
Contributor

wutschel commented Feb 3, 2024

Agreed, did a local change for this already. But I would like to go through some other use cases and menus before I submit the PR.

@wutschel
Copy link
Contributor

wutschel commented Feb 3, 2024

Yet open:

API response provides labels which could be used (same as are shown in the UI list). I guess it was done this way to limit the characters to be displayed. Same happens for the skip steps. It shows "-600, -300, ...", but the API also provides "-10 min" and "-5 min". But then the whole list would exceed the available space.

Solution should use comma-separated labels in a multiline label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants