[filter] Add a property that doesn't match filter inputs #8753
Labels
0 - new
New issues that need assignment.
ArcGIS Maps SDK for JavaScript
Issues logged by ArcGIS SDK for JavaScript team members.
calcite-components
Issues specific to the @esri/calcite-components package.
enhancement
Issues tied to a new feature or request.
needs triage
Planning workflow - pending design/dev review.
Check existing issues
Description
Adding a new unique identifier property possibly named
uid
to the list-item component. This new property doesn't get matched when filtering the list. This would allow for assigning unique id's to list items and not have to worry about unexpected results appearing in the list after filtering.Acceptance Criteria
A new property that doesn't get matched for filtering.
Relevant Info
We are currently appending unique identifiers into the
value
property but they are being matched by the filter leading to unexpected list items remaining in the list after filtering.Which Component
list-item
Example Use Case
Adding unique identifiers to layers, tables and bookmarks in the ArcGIS Maps SDK for JavaScript LayerList, BasemapLayerList, TableList and Bookmarks widgets.
Priority impact
p3 - want for upcoming milestone
Calcite package
Esri team
ArcGIS Maps SDK for JavaScript
The text was updated successfully, but these errors were encountered: