Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Provide unique keys for components in MultiselectFilterControl (#1949)
Addresses issue #1944 introduced by #1903 (follow-up to #1946) The MultiselectFilterControl component discovers groups from provided data. Each group results in a new ToolbarFilter/ChipGroup pair. Before this fix, the keys were based only on group names. In case of Language filter it created a collision with Language group derived from Tags. After this fix, the keys are built by concatenating category title and group name. The category title is known at compile time and is expected to be unique among all filters on the screen. Reference-Url: #1944 Reference-Url: #1903 Reference-Url: #1946 Signed-off-by: Radoslaw Szwajkowski <[email protected]>
- Loading branch information