Skip to content

Commit

Permalink
fix(overlay): Render overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
hibiken committed Oct 20, 2016
1 parent 5d9af67 commit bd713a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PlacesAutocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ class PlacesAutocomplete extends React.Component {
onChange={this.handleInputChange}
onKeyDown={this.handleInputKeyDown}
/>
{this.renderOverlay()}
{this.renderAutocomplete()}
</div>
)
Expand Down

0 comments on commit bd713a9

Please sign in to comment.