react-select hide dropdown indicator code example
Example: react select remove the loading indicator
<Select {...yourOtherProps} components={{ LoadingIndicator: null }} />
<Select {...yourOtherProps} components={{ LoadingIndicator: null }} />