Semantic-UI-React
Semantic-UI-React copied to clipboard
Icon is not working when using multiple action
Bug Report
Steps
- use this example's code to import input component 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'
<input />
<Select compact options={options} defaultValue='articles' />
<Button type='submit'>Search</Button>
)
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
👋 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.