Semantic-Org / Semantic-UI-React

The official Semantic-UI-React integration
https://react.semantic-ui.com
MIT License
13.22k stars 4.05k forks source link

The <Seach> component does not render "avatar" type (rounded) images. #4172

Open tonnoz opened 3 years ago

tonnoz commented 3 years ago

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:

welcome[bot] commented 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.

tonnoz commented 3 years ago

anyone?

brianespinosa commented 3 years ago

@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.