Skip to content

Commit

Permalink
[AutoComplete] set canAutoPosition to false for PopOver
Browse files Browse the repository at this point in the history
Fixed PR for #3015
  • Loading branch information
aweary committed Mar 7, 2016
1 parent 2f258eb commit 07cc958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auto-complete.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ const AutoComplete = React.createClass({
/>
<Popover
style={styles.popover}
canAutoPosition={false}
anchorOrigin={anchorOrigin}
targetOrigin={targetOrigin}
open={open}
Expand Down

0 comments on commit 07cc958

Please sign in to comment.