This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Bug: calcite-pick-list group items remain when filtering #1026
Comments
Found the issue. The code that handles filtering doesn't account for non-nested groups (using |
Installed. |
Looks like there was no calcite-app-release for this one, correct? |
Should this be part of "@esri/calcite-app-components@6.1.0-beta.9" ? I tried this locally and don't see a change. |
Thanks @AdelheidF for looking into this. Think at this point, it can just wait until the next beta. |
looks good! closing |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Summary
The blend layer ux in in the map viewer uses a calcite popover combined with a panel and picklist. It works well except when attempting to filter out the picklist values.
After applying a filter, all of the pick list group options continue to show. Is it possible for the groups to be hidden if it doesn’t contain one of the filtered pick list values?
Actual Behavior
Expected Behavior
Hide the calcite-pick-list-group items when filtering
Reproduction Steps
Relevant Info
The text was updated successfully, but these errors were encountered: