4364-feat(front): Display tags in multi-select picker (#4419)

* feat: add tags in multi select picker

* feat: display MenuItemLeftContent if no color passed

---------

Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
Anchit Sinha
2024-03-14 22:29:11 +05:30
committed by GitHub
parent 595c7a9ba4
commit fbc7e6ab6e
2 changed files with 11 additions and 2 deletions

View File

@ -108,6 +108,7 @@ export const ObjectFilterDropdownOptionSelect = () => {
handleMultipleOptionSelectChange(option, selected)
}
text={option.label}
color={option.color}
className=""
/>
))}