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
<Popover
open={this.state.isOpen}
anchorEl={this.root}
canAutoPosition={canAutoPosition}
anchorOrigin={anchorOrigin}
targetOrigin={{vertical: 'bottom',horizontal:'left'}} // ==> Or make it on props
useLayerForClickAway={false}
onRequestClose={this.closeMenu}
autoCloseWhenOffScreen={false} // ===> Or make it on props
style={popoverStyle || { height: popoverHeight }} // ===> Add a popoverStyle to keep a min height for the popup
>
Now my popup come from bottom to top and never close when mobile keyboard showing up.
You're superselectfield is really great thx you 👍
The text was updated successfully, but these errors were encountered:
FDiskas
added a commit
to moebel-de/material-ui-superselectfield
that referenced
this issue
Nov 10, 2017
I faced an issue when my virtual mobile keyboard cover all the popover. So any solution to add some item in my list. what you can do is (line 558) :
material-ui-superselectfield/src/SuperSelectField.js
Line 562 in f08529d
Now my popup come from bottom to top and never close when mobile keyboard showing up.
You're superselectfield is really great thx you 👍
The text was updated successfully, but these errors were encountered: