Skip to content

Commit

Permalink
chore: tmp 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 committed Dec 7, 2023
1 parent fc82f66 commit 0394d92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Select/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -799,10 +799,9 @@ To render custom filter section use the `renderOption` property.
<UIKit.Select
placeholder="Custom options"
renderOption={(option) => {
console.log(option);
return (
<div style={{color: option.data.color}}>
{option.value}
{option.children}
</div>
);
}}
Expand Down

0 comments on commit 0394d92

Please sign in to comment.