Select to view content in your preferred language

NearMe filter question

286
0
02-27-2019 12:48 PM
WilliamBailey
Emerging Contributor

Love the NearMe widget, filter works great.

The question is how can the code be altered to go "Back To List" once the filter has been applied ?

I have temporarily placed an old school Alert("Filter Applied") after these lines in filter-list.js

this.filterManager.applyWidgetFilter(layerId, this.id, layerFilterExpr, enableMapFilter);
this.filtersUpdated = true;

alert("Filter Applied, hit 'Back to List' above to see filtered results");

There is a lack of feedback to users that the filter has been applied and the need to click "Back To List" to see filtered results.

0 Kudos
0 Replies