geosolutions-it / geonode-mapstore-client

MapStore Client for GeoNode
Other
2 stars 131 forks source link

Visual Style Editor implement autocomplete for the attributes input of the filter popup #221

Open allyoucanmap opened 3 years ago

allyoucanmap commented 3 years ago

Currently the attribute field in the filter popup does not provide an autocomplete for the possible available values. We should provide an autocomplete similar to the one in the query builder.

The workflow in the query builder uses epics and the global redux state, probably in this case is better a solution included directly inside the component using local state. We should investigate if it's better to adopt a different approach in this case (eg: react-select with load options prop).

Filter popup without autocomplete: image