Skip to content

Commit

Permalink
Fix #10786: 13.0.2 SelectCheckboxMenu width after AJAX (#10788)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Oct 9, 2023
1 parent 3fbb4b5 commit 58b5cbd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ PrimeFaces.widget.SelectCheckboxMenu = PrimeFaces.widget.BaseWidget.extend({
this.panelId = this.jqId + '_panel';
this.labelId = this.id + '_label';
this.panel = $(this.panelId);
this.widthAligned = false;
this.itemContainerWrapper = this.panel.children('.ui-selectcheckboxmenu-items-wrapper');
this.keyboardTarget = $(this.jqId + '_focus');
this.tabindex = this.keyboardTarget.attr('tabindex');
Expand Down

0 comments on commit 58b5cbd

Please sign in to comment.