Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple ComboBox: Filter is sometimes not applied #14187

Open
altju opened this issue May 7, 2024 · 0 comments · May be fixed by #14208, #14209 or #14210
Open

Simple ComboBox: Filter is sometimes not applied #14187

altju opened this issue May 7, 2024 · 0 comments · May be fixed by #14208, #14209 or #14210
Assignees
Labels
🐛 bug Any issue that describes a bug ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@altju
Copy link

altju commented May 7, 2024

Description

If the dropdown of the Simple ComboBox component has not been opened before, the filter is not applied when typing the first character.
When entering the first character, the dropdown opens and after typing the second character, the filter works as expected again.

  • igniteui-angular version: tested with 16.0.13 and latest version of demo page
  • browser: any

Steps to reproduce

  1. Go to the demo page of the Simple ComboBox component: https://www.infragistics.com/products/ignite-ui-angular/angular/components/simple-combo
  2. Clear the current pre-selected value "CubicFit" (x-icon)
  3. Filter by typing any character, e.g. a "c"

Result

The dropdown opens but the filter is not applied. All values are shown.

Expected result

The dropdown opens but the filter with the value "c" should be applied so that in this example only 5 values containg a "c" are selectable.

Attachments

Wrong state:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment