react-select
react-select copied to clipboard
MS Edge 119: text cut in placeholder/selected option
Steps to reproduce:
- Go to https://react-select.com/home in MS Edge
- Choose any Select with search function. Start typing then delete the text.
- The first few pixels of the placeholder/selected option text are covered by the
<input />element.
Works fine on Chrome.
It seems the CSS rule setting the background color to none gets lost somehow. Check the styles normal vs broken state:
Normal:
Broken:
I have the same issue