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

🐛 Provide unique keys for components in MultiselectFilterControl #1949

Merged
merged 3 commits into from
Jun 10, 2024

Commits on Jun 8, 2024

  1. Provide unique keys for components in MultiselectFilterControl

    The component creates ToolbarFilter and ChipGroup components from
    provided data which may be dynamic. It may happen that the created
    components have the same keys as other filters created manually.
    
    Provided unique keys are built by concatenating category title and
    group name. The category title is known at compile time and is expected
    to be unique. Group name is calculated from the provided data. Each
    group results in new ToolbarFilter/ChipGroup
    
    Signed-off-by: Radoslaw Szwajkowski <rszwajko@redhat.com>
    rszwajko committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    9e63834 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    fedd078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab0ca70 View commit details
    Browse the repository at this point in the history