In the ArcGIS Javascript API 4.18 I'm noticing when clicking a feature with a popup template in a feature layer with a filter applied to the related layerview, other features in the layer that aren't visually shown and don't meet the filter's where clause. Is this the intended behavior? If so, is there an option to not include the additional features in the popup?
Here is a JSBIN with a simple example:
Hi there,
That is the current behavior of popup. We are working on changing this behavior so that popup is only displayed for visible features. I will update you once it is implemented.
-Undral