JedWatson / react-select

The Select Component for React.js
https://react-select.com/
MIT License
27.42k stars 4.1k forks source link

autoComplete overlaps the input field on v5 #5857

Open pixelRena opened 5 months ago

pixelRena commented 5 months ago

Steps To Reproduce

1.Open Sandbox in Chrome 2.Click on the select field 3.Notice the autofill covers up the input field

Current behavior The autofill popup covers the input field:

image

Excepted behavior The autofill popup should appear underneath the select field as so:

image

Ishpreet01 commented 4 months ago

@pixelRena I would like to contribute to this issue.