You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a multiple select with a long list of option, you can start typing to filter the results to show.
When filtered, the focus is automatically applied to the first option of the list.
If you click on an option to select it, the focus is automatically re applied to the first option.
This is an issue on list with many options because the dropdown scroll up to the first option every time we select an option.
This issue only happens when we use the search to filter the options. When we do not use it, there is no automatic focus on the first option.
Expected behavior
The first option should not be focused after we select an option.
Or we should be able to disable the auto focus on search.
Steps to reproduce
Add a select with the multiple property and many options
Click on select and start typing
Scroll down the list of option and select any of them
See that the dropdown automatically scroll up to the first item
Additional context
Tom Select 2.4.1
The text was updated successfully, but these errors were encountered:
Bug description
On a multiple select with a long list of option, you can start typing to filter the results to show.
When filtered, the focus is automatically applied to the first option of the list.
If you click on an option to select it, the focus is automatically re applied to the first option.
This is an issue on list with many options because the dropdown scroll up to the first option every time we select an option.
This issue only happens when we use the search to filter the options. When we do not use it, there is no automatic focus on the first option.
Expected behavior
The first option should not be focused after we select an option.
Or we should be able to disable the auto focus on search.
Steps to reproduce
select
with themultiple
property and many optionsAdditional context
The text was updated successfully, but these errors were encountered: