Open tonnoz opened 3 years ago
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
anyone?
@tonnoz it is unclear what you are trying to implement here. There is no options
prop for the <Search>
component. Your issue has the Feature Request header... but it sounds like you might be reporting a bug?
I would suggest taking a minute to create a codesandbox that illustrates what you are trying to achieve.
Feature Request
Problem description
The
<Seach>
component does not render "avatar" type (rounded) images like the<Dropdown>
does instead.Proposed solution
Would be nice if the Search component would allow avatar type images like the Dropdown component does currently without the need to make it Custom.
Current behavior:
Dropdown:
image: { avatar: true, src: '/images/avatar/small/jenny.jpg' },
render:<img src="/images/avatar/small/jenny.jpg" class="ui avatar image"/>
Search:
image: { avatar: true, src: '/images/avatar/small/jenny.jpg' },
<img src="/images/avatar/small/jenny.jpg" />