Skip to content

Commit

Permalink
Merge pull request #162 from vaadin/fix/force-render
Browse files Browse the repository at this point in the history
Force rendering the overlay with renderer
  • Loading branch information
web-padawan committed Sep 4, 2018
2 parents 945905f + 9ab7016 commit 86be108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vaadin-dropdown-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@

if (renderer) {
this._overlayElement.setProperties({owner: this, renderer: renderer});
this._overlayElement.render();

if (this._overlayElement.content.firstChild) {
this._assignMenuElement();
Expand Down

0 comments on commit 86be108

Please sign in to comment.