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

ino-select: Improve Display of Options #1386

Open
2 tasks
janivo opened this issue Apr 30, 2024 · 0 comments
Open
2 tasks

ino-select: Improve Display of Options #1386

janivo opened this issue Apr 30, 2024 · 0 comments
Labels
bug This issue describes something that isn't working as expected

Comments

@janivo
Copy link
Collaborator

janivo commented Apr 30, 2024

Description

Currently, it has been observed multiple times that the options in the ino-select component extend beyond the visible area, causing them to be rendered outside the visible portion of the screen. This issue arises when the select is opened, and the options are displayed below another element, resulting in the generation of a scrollbar. The options do not overlap with other elements. It appears that there may be an error in calculating the available space when determining the height of the options. Additionally, it is desired that the options remain visible at all times, overlaying other elements and only allowing scrolling within the list.

Acceptance Criteria

  • Modifications are made to ensure that the opened options do not affect the height of any other container.
  • Options in the ino-select component remain visible at all times, overlaying other elements and allowing scrolling within the list only.

Example

https://drive.google.com/file/d/12jR6vGxyz8v4w4jwKyYW04c1cJGhCA-l/view?usp=drive_link

@github-actions github-actions bot added the new This issue has been recently added and has no estimation label Apr 30, 2024
@janivo janivo changed the title ino-select: Improve ino-select: Improve Display of Options Apr 30, 2024
@janivo janivo added bug This issue describes something that isn't working as expected and removed new This issue has been recently added and has no estimation labels Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue describes something that isn't working as expected
Projects
None yet
Development

No branches or pull requests

1 participant