I am trying to get input field value whatever user type in input field.using this input text
I am trying to fetch data from server and display on dropdown .then select value from dropdown
Here is my code
https://codesandbox.io/s/semantic-ui-react-example-7iy8l
API LINK https://react.semantic-ui.com/modules/dropdown/#types-clearable-multiple
<Dropdown
clearable
fluid
multiple
search
selection
options={countryOptions}
placeholder='Select Country'
/>