The suggested list items cover the input field in `BitSearchBox` on iPhone
When typing inside the input field in the BitSearchBox, the suggested list covers the input. This is tested on iPhone 16 Safari.
https://github.com/user-attachments/assets/655c476a-5ca9-43c5-b158-3ff40182ce33
Thanks for contacting us. We're investigating this issue. We'll let you know if it's possible to work on this issue.
After conducting an investigation, we were unable to find a suitable solution to resolve this issue. This problem occurs because of the specific scroll-up feature of iOS that interferes with the callout position calculation of our component. We might be able to put a very basic workaround to adjust the position if the device is an Apple product, but eventually, we concluded that the main solution should be adding a new feature (Responsive) that on small screens renders the suggested-items mode in a way that does not have any conflicts with how small devices handle user interactions (like a full-screen render of the suggested items callout). For example, the Google search input looks like this on small screens when focused: