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

Searchable select arrow key up / down does not scroll with the options #6059

Closed
dmason30 opened this issue Nov 22, 2023 · 2 comments
Closed
Labels
bug Verified bug by the Nova team

Comments

@dmason30
Copy link

  • Nova Version: 4.32.1

Description:

Given this select:

Select::make('Example', 'example')
    ->options(collect(range(1,25))
        ->mapWithKeys(fn ($i) => ["example_$i" => "Example $i"])
    )
    ->searchable()

The arrow key presses do not scroll the options, the SearchInput.vue component has explicit code to try and achieve this but seems is no longer working.

Screen.Recording.2023-11-22.at.14.18.39.mov
@davidhemphill davidhemphill added the bug Verified bug by the Nova team label Nov 25, 2023
@davidhemphill
Copy link
Contributor

This has been fixed in the 4.32.6 release. 👍

Copy link

github-actions bot commented Dec 1, 2023

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Verified bug by the Nova team
Projects
None yet
Development

No branches or pull requests

2 participants