You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently, when a Dialog component that contains an input element is viewed on an iOS device(iPhone and iPad), the virtual keyboard is rendered above the input element and is thus hiding it.
To Reproduce
Create a Dialog component.
Render an input element inside the component.
Zoom and scroll the Dialog.
Click outside the Dialog and then click on the input element.
For further reference on how to reproduce the issue, please check out the thread with id 1637482 in SupportHeroes.
Expected behavior
The input element should not be hidden beneath the virtual keyboard of the device.