Unplanned
Last Updated: 18 Nov 2025 08:14 by Damodara
Damodara
Created on: 18 Nov 2025 08:14
Category: ComboBox
Type: Feature Request
1
Add "contains" filtering mode as an alternative to "starts with" in suggestions API

Currently, the ComboBox only supports "starts with" suggestions. When users type to input, only items that begin with the entered text are matched and focused.

Workaround overriding the default behavior:

https://stackblitz.com/edit/angular-kex7yj5v

0 comments