Skip to content

(#586) Fixed multi search dropdown stays visible for 500ms#591

Merged
midhun-pk merged 2 commits intomasterfrom
bugfix/gh-586-multi-search-dropdown-stays-visible-for-500ms
Feb 24, 2026
Merged

(#586) Fixed multi search dropdown stays visible for 500ms#591
midhun-pk merged 2 commits intomasterfrom
bugfix/gh-586-multi-search-dropdown-stays-visible-for-500ms

Conversation

@midhun-pk
Copy link
Collaborator

During refactoring of MenuProvider, I added the following. But the ordering of the props does matter.
className prop was overridden when spreading propsRest
<ListBox.ListBox
{…floatingProps}
{...propsRest} -> // Added during refactoring. Just in case Floating UI starts stripping unknown props when spreading using getFloatingProps

@midhun-pk midhun-pk requested a review from mkrause February 20, 2026 06:42
@midhun-pk midhun-pk self-assigned this Feb 20, 2026
@midhun-pk midhun-pk merged commit 07ff1c0 into master Feb 24, 2026
4 checks passed
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.

MultiSearch: dropdown briefly stays visible when selecting a $text field

2 participants