Skip to content

fix(combobox): correct filtering when only one character is typed#2136

Open
msoaresms wants to merge 1 commit intomendix:mainfrom
msoaresms:main
Open

fix(combobox): correct filtering when only one character is typed#2136
msoaresms wants to merge 1 commit intomendix:mainfrom
msoaresms:main

Conversation

@msoaresms
Copy link

Issue: filtering did not work correctly when only one character was entered.

Root cause: startsWith search option was using WORD_STARTS_WITH.

Solution: replaced WORD_STARTS_WITH with STARTS_WITH.

Pull request type


Description

Issue: filtering did not work correctly when only one character was entered.

Root cause: startsWith search option was using WORD_STARTS_WITH.

Solution: replaced WORD_STARTS_WITH with STARTS_WITH.
@msoaresms msoaresms requested a review from a team as a code owner March 11, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant