Semantic-Org / Semantic-UI-React

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

Icon is not working when using multiple action #4421

Open sunjeen opened 1 year ago

sunjeen commented 1 year ago

Bug Report

Steps

  1. 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'