-
New Feature
-
Resolution: Unresolved
-
Normal
-
None
-
10.0.0
-
None
-
None
User Story
- As an end-user, when I type a character in chosenbox, I expect that it shows those items that contain my input character instead of starting with my input character. Because it's easy to remember some characters in items instead of a starting character.
- The "contains" filtering logic encompasses all items that can be found using the "starts with" logic, while the reverse is not true. By implementing this change, users will benefit from a search comprehenive search search efficiency in locating items within the Chosenbox.
Acceptance Criteria
describe the final result from the owner's point of view to be counted as completed
Details
- There are some obvious customization requests from customers to replace "startwith" with "contains"
- Currently, the majority of similar components available on the market utilize "contains" as their default search or filtering logic.