Hello,
I am using query builder integration with data grid and I am having problems to filter "IN". In dev environment(local) this works fine:
But, when I deploy to production environment, the multiselect is not correctly, for example the checkbox is not showing:
When I am selecting something, the content is not showing as selected:
And I got in console:
But the filter is working. Could be some problem when Angular minify the files?
Ps. The multiselect of the column chooser is working fine:
Versions of syncfusion and Angular:
"@angular/animations": "~9.1.11",
"@angular/cdk": "^9.0.0",
"@angular/common": "~9.1.11",
"@angular/compiler": "~9.1.11",
"@angular/core": "~9.1.11",
"@angular/forms": "~9.1.11",
"@angular/material": "^9.2.4",
"@angular/platform-browser": "~9.1.11",
"@angular/platform-browser-dynamic": "~9.1.11",
"@angular/router": "~9.1.11",
"@fullcalendar/core": "^4.4.0",
"@ng-select/ng-select": "^3.7.2",
"@rxweb/reactive-form-validators": "^1.9.9-beta2",
"@syncfusion/ej2-angular-calendars": "^18.2.44",
"@syncfusion/ej2-angular-dropdowns": "^18.2.44",
"@syncfusion/ej2-angular-grids": "^18.2.44",
"@syncfusion/ej2-angular-navigations": "^18.2.44",
"@syncfusion/ej2-angular-popups": "^18.2.44",
"@syncfusion/ej2-angular-querybuilder": "^18.2.44",
"@syncfusion/ej2-angular-splitbuttons": "^18.2.44",
Thank you