Skip to content

Commit

Permalink
🌱 Use placeholder styling for 'No results' option (#1775)
Browse files Browse the repository at this point in the history
Resolves: #1773

Signed-off-by: Radoslaw Szwajkowski <[email protected]>
  • Loading branch information
rszwajko authored Mar 14, 2024
1 parent c2ef03c commit 63f8501
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ export const MultiselectFilterControl = <TItem,>({
newSelectOptions = [
{
key: "no-results",
isDisabled: false,
isDisabled: true,
hasCheckbox: false,
children: `No results found for "${inputValue}"`,
value: "No results",
},
Expand Down

0 comments on commit 63f8501

Please sign in to comment.