tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

Dialogs with input fields on mobile devices #504

Open graphicgeek opened 7 years ago

graphicgeek commented 7 years ago

If a dialog has an input box the on-screen keyboard of a mobile device tends to cover a good chunk of the dialog box. Since the position is fixed the user can't scroll to see the rest of the dialog box.

This might be improved by repositioning the dialog when the window resizes, or perhaps offering different options for positioning, such as sticking to the top of the window.