Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create XFilterBar component #3707

Open
schogges opened this issue Mar 27, 2025 · 0 comments
Open

Create XFilterBar component #3707

schogges opened this issue Mar 27, 2025 · 0 comments
Assignees
Labels
kind/feature New feature triage/accepted The issue was reviewed and is complete enough to start working on it
Milestone

Comments

@schogges
Copy link
Contributor

Description

As a first step we have to refactor our current FilterBar component. Ideally we define a new XFilterBar component.

Requirements:

  • Leverages KInput
  • Each tag:value is highlighted as depicted in designs (see umbrella issue)
  • The full input value is still one string, which means that as a user I can click in a tag:value and modify/delete what I need to change without loosing the highlighted tag:value pair
  • On submit the full input value is parsed and returned via callback/event-handler. We can still include the raw input value. If possible we have type support and auto-completion based on the provided fields (props).
  • The implementation of the dropdown is not in the scope of this issue and will be implemented subsequently
@schogges schogges added kind/feature New feature triage/pending This issue will be looked at on the next triage meeting labels Mar 27, 2025
@schogges schogges changed the title Create x-filterbar component Create XFilterBar component Mar 27, 2025
@schogges schogges added this to the 2.11.x milestone Mar 27, 2025
@lukidzi lukidzi added triage/accepted The issue was reviewed and is complete enough to start working on it and removed triage/pending This issue will be looked at on the next triage meeting labels Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature triage/accepted The issue was reviewed and is complete enough to start working on it
Projects
None yet
Development

No branches or pull requests

2 participants