<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant React packages to make sure your issue has not already been fixed. --> React version: ## Steps To Reproduce 1. Add input with input type date like in this codesandbox https://codesandbox.io/p/sandbox/x6ctp5?file=%2Fsrc%2FApp.js 2. Access codesandbox link https://x6ctp5.csb.app/ or similar on browser on an iPhone with voiceover on 3. When the datepicker is focused, calander doesn't become visible, which blocks voiceover users from using this element <!-- Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Issues without reproduction steps or code examples may be immediately closed as not actionable. --> Link to code example: <!-- Please provide a CodeSandbox (https://codesandbox.io/s/new), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem. You may provide a screenshot of the application if you think it is relevant to your bug report. Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve. --> https://codesandbox.io/p/sandbox/x6ctp5?file=%2Fsrc%2FApp.js ## The current behavior - Calendar doesn't show up in datepicker when element is selected in voiceover ## The expected behavior - Calander should show up when selected