Esri / solutions-components

A collection of UI components for constructing webapps.
Apache License 2.0
15 stars 7 forks source link

Filter blue dot doens't appear after going back to layer list #919

Open skrishn opened 3 weeks ago

skrishn commented 3 weeks ago

When we apply a filter on the layer, there is a blue dot next to the filter icon indicating there's a filter on it. It stays on as long as we're in the layer, but once we go back to the layer list, the filter is still applied but blue dot disappears.

The same behavior is on production too but we'd like to change this.

Filter is on the polygon layer.

https://localgovdev.mapsdevext.arcgis.com/apps/instant/reporter/index.html?appid=1d87c0739da84c63822e7eaf68e7d65b

image

Filter still applied and it shows only 1 feature image

No blue dot image

pratiksabale07 commented 2 weeks ago

@skrishn

Cause

Items Is required Status Comments
Required NLS changes? No
Required Backward compatibility No
Required 508 No
Need Sanitize? No

Impact Analysis Report

Impacted Areas Comments
Have Configuration changes? No
Have Runtime changes? Yes
Impact on RTL No
Impact on runtime The blue dot indicator should be maintained when a filter is applied, and the applied filter should only be reset when switching to another layer.