Skip to content

Enhancement: Expose calcite-filter or equivalent with improvements #2208

@ffaubry

Description

@ffaubry

Description

value-list implies that the data to be filtered are the value-list-items.
My issue is that my collection of value-list-items are coming from a service.
As the user types a word in the value-list filter component (calcite-filter), I would like to use the word and query the service and then update the value-list-items based on the result.

In that sense, it is not really about 'filtering' but rather about 're-fetching' data for the value-list.
This is why, my solution was to simply disable the filter on the value list and provide my own UI above the value-list and control myself the whole workflow.
I can achieve this by using calcite-input. However, the look and feel of calcite-input is not matching the look and feel and animations of the calcite-filter.

Acceptance Criteria

A control that expose the same UX as calcite-filter (animations, etc) and an event when the text changed.

Relevant Info

Which Component

Example Use Case

Metadata

Metadata

Assignees

Labels

4 - verifiedIssues that have been tested, confirmed as mitigated, and are ready to close.enhancementIssues tied to a new feature or request.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions