Skip to content

Commit

Permalink
Fixed #442
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Jun 16, 2015
1 parent 7d0b20d commit 5806c85
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,12 @@ PrimeFaces.widget.SelectOneMenu = PrimeFaces.widget.BaseWidget.extend({
this.focusInput.attr('readonly', true);
}
},

refresh: function(cfg) {
this.panelWidthAdjusted = false;

this._super(cfg);
},

appendPanel: function() {
var container = this.cfg.appendTo ? PrimeFaces.expressions.SearchExpressionFacade.resolveComponentsAsSelector(this.cfg.appendTo): $(document.body);
Expand Down

0 comments on commit 5806c85

Please sign in to comment.