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

[Filter] Filter expression with boolean editor throws an error #4508

Open
zstoyanova9 opened this issue Jan 9, 2025 · 1 comment
Open

[Filter] Filter expression with boolean editor throws an error #4508

zstoyanova9 opened this issue Jan 9, 2025 · 1 comment

Comments

@zstoyanova9
Copy link

zstoyanova9 commented Jan 9, 2025

Description

When initializing a filter expression with an editor of type 'boolean', the following error is thrown in the console and the editor itself is not rendered in the expression:
Image

The error starts to appear in v17.0.0 of the Filter package.
Example with v16.11.0, in which no error is observed - https://stackblitz.com/edit/angular-c82m7q-fqbq3qpi

Steps To Reproduce

  1. Open the following StackBlitz example - https://stackblitz.com/edit/angular-qeeyokrz
  2. Observe the error in the console of the browser.

Actual Behavior

The following error is thrown in the console - "ERROR TypeError: Cannot read properties of undefined (reading 'get')".

Expected Behavior

No error should appear when a filter expression with a 'boolean' editor is initialized in the Filter.

Last working version of the Kendo UI for Angular package (if regression).

16.11.0

@zstoyanova9
Copy link
Author

A fix for this bug is available and can be tested in v18.0.0-develop.2 - https://www.telerik.com/kendo-angular-ui/components/installation/development-builds

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

No branches or pull requests

1 participant