Posted 20 July 2026, 9:51 am EST
Hello, all,
We’re having trouble with an Angular-component-encapsulated Wijmo search component updating an associated Wijmo Flexgrid component.
Here’s what we’re seeing. If we put the search component inside of a custom wrapper Angular component, changing the input of the search component doesn’t update the associated FlexGrid component. (The FlexGrid is known to the encapsulated Wijmo search component because the grid was passed into the wrapper component as an input.) But if we have the Wijmo search component adjacent to the FlexGrid in the same component, everything works fine. Are we missing something?
Here’s a StackBlitz Angular v21 project that demonstrates the issue we’re having: https://stackblitz.com/edit/stackblitz-starters-dmducgie?file=src%2Fsearch-wrapper.component.ts
So the architecture is like this:
- Parent component: Contains a FlexGrid component, and a child search-wrapper component. The FlexGrid object is passed into the search-wrapper component via Angular input.
- Search-wrapper component: A child of the Parent component, which takes the FlexGrid in the parent as an input. The FlexGrid input value is assigned to the grid input of the wj-flex-grid-search component inside of this child component.
Are there limitations in Angular v21 and Wijmo that prevent us from wrapping a Wijmo search in a component? We’ve had success with this architecture in Angular v19; it broke after we upgraded the project to Angular v21.
Any help or advice much appreciated. Thanks!
