You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: