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

Can Attribute and Parameter fields be made scrollable? #448

Closed
hrntsm opened this issue May 1, 2023 · 1 comment · Fixed by #456
Closed

Can Attribute and Parameter fields be made scrollable? #448

hrntsm opened this issue May 1, 2023 · 1 comment · Fixed by #456
Labels
contribution-welcome Welcome your contributions enhancement New feature or request

Comments

@hrntsm
Copy link
Collaborator

hrntsm commented May 1, 2023

Feature Request

Vertical and horizontal scrolling would be more convenient, is it possible to achieve this?
Details are written below.

Vertical scroll

When trying to do a human-in-the-loop, if there are too many parameters, the user has to scroll down each time, which reduces usability.
Is it possible to make the Parameter (and others) field default height up to, for example, 5 high and the rest scroll vertically?

image

Horizontal scroll

For example, if there is a very long User Attribute, as shown below, the entire page will be very wide.
When using a slider with human-in-the-loop, the slider width is adjusted to the width of the page, which is inconvenient for the user, because if you try to put a large value in the slider, the user will have to scroll very far to the side.
Is it possible to set the width of the User Attribute (and others) field to a specific value and have the rest of the field values scroll horizontally?

image


I know that too many variables and long UserAttributes are not always desirable when performing optimization, but it is helpful to have this kind of functionality.

Thanks in advance,

@hrntsm hrntsm added the enhancement New feature or request label May 1, 2023
@c-bata
Copy link
Member

c-bata commented May 8, 2023

Thank you for your suggestion. It sounds make sense.

Is it possible to make the Parameter (and others) field default height up to, for example, 5 high and the rest scroll vertically?

Yes, it's possible by using overflow: scroll. Let me add contribution-welcome label to this issue.

@c-bata c-bata added the contribution-welcome Welcome your contributions label May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution-welcome Welcome your contributions enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants