Open
Description
Description
Filtering cannot be disabled for the IgxSimpleComboComponent
using either filterable: false
or disableFiltering
. The filterable
option is marked as deprecated in the documentation, and disableFiltering
does not exist on the IgxSimpleComboComponent
, only on IgxComboComponent
.
- igniteui-angular version: version: 18.2.0 and above
- browser: All modern browsers (Chrome, Edge, Firefox etc.)
Steps to reproduce
- Create an
IgxSimpleComboComponent
- Set
filteringOptions
to{ filterable: false }
- Try adding
disableFiltering
property directly or insidefilteringOptions
- Type into the combo input
Result
Filtering still occurs even though filtering is explicitly set to be disabled.
Expected result
Filtering should be completely disabled, and the input should not filter the dropdown list when text is entered.
Attachments
Sample illustrating the issue: StackBlitz