Skip to content

fix(select): ensure cursor visibility when navigating multiline options#749

Merged
aymanbagabas merged 1 commit into
mainfrom
multiline
Mar 10, 2026
Merged

fix(select): ensure cursor visibility when navigating multiline options#749
aymanbagabas merged 1 commit into
mainfrom
multiline

Conversation

@aymanbagabas
Copy link
Copy Markdown
Contributor

This ensures that when navigating options that span multiple lines, the viewport will scroll to keep the cursor visible. This is done by computing the line offset and height of the current cursor position and adjusting the viewport accordingly.

Fixes: #748

This ensures that when navigating options that span multiple lines, the
viewport will scroll to keep the cursor visible. This is done by
computing the line offset and height of the current cursor position and
adjusting the viewport accordingly.

Fixes: #748
@aymanbagabas aymanbagabas requested a review from a team as a code owner March 10, 2026 18:04
@aymanbagabas aymanbagabas requested review from raphamorim and removed request for a team March 10, 2026 18:04
@aymanbagabas aymanbagabas merged commit 3c0116c into main Mar 10, 2026
38 of 40 checks passed
@aymanbagabas aymanbagabas deleted the multiline branch March 10, 2026 18:07
Copy link
Copy Markdown

@bbood964-droid bbood964-droid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ا

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

Successfully merging this pull request may close these issues.

Select/Multiselect: multiline options don't scroll properly

2 participants