You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 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.
Bug Report
Steps
const options = [
{ key: 'all', text: 'All', value: 'all' },
{ key: 'articles', text: 'Articles', value: 'articles' },
{ key: 'products', text: 'Products', value: 'products' },
]
const InputExampleActions = () => (
<Input
type='text'
placeholder='Search...'
action
icon={<Icon link name={'search'} />}
iconPosition='left'
Expected Result
after added icon, it should appear as expected
Actual Result
With added multiple action , the Icon props is not working
Version
2.1.4
Testcase
https://codesandbox.io/s/semantic-ui-react-forked-f5wyu1
The text was updated successfully, but these errors were encountered: