Skip to content

Commit

Permalink
Merge pull request #3620 from Aweary/patch-1
Browse files Browse the repository at this point in the history
[AutoComplete] set canAutoPosition to false for PopOver
  • Loading branch information
alitaheri committed Mar 7, 2016
2 parents 2f258eb + 07cc958 commit 59e3b77
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 59e3b77

Please sign in to comment.