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