I need help with removing the blinking text cursor that appears when the Select is focused. Can someone offer guidance on how to achieve this?
https://i.sstatic.net/K6fgY.png
Below is the code snippet for my select component:
<Select
options={sizeOptions}
onChange={handleSelect}
placeholder='Size'
className='Select-container'
classNamePrefix='Select'
value={null}
/>