Skip to content

Commit

Permalink
Merge pull request #11060 from cetincakiroglu/tree-fix
Browse files Browse the repository at this point in the history
Fixed #11039 - Tree | Toggler button is shrunk until not visible if label starts to not fit the node
  • Loading branch information
yigitfindikli authored Jan 12, 2022
2 parents e8d3ef9 + 648047a commit 7d13ccb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/multiselect/multiselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,6 @@ export class MultiSelect implements OnInit,AfterViewInit,AfterContentInit,AfterV
if (this.hasFilter() && this._options) {
let searchFields: string[] = (this.filterBy || this.optionLabel || 'label').split(',');
if (this.group) {
let searchFields: string[] = (this.optionLabel || 'label').split(',');

let filteredGroups = [];
for (let optgroup of this.options) {
Expand Down
1 change: 1 addition & 0 deletions src/app/components/tree/tree.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
justify-content: center;
overflow: hidden;
position: relative;
flex-shrink:0;
}

.p-treenode-leaf > .p-treenode-content .p-tree-toggler {
Expand Down

0 comments on commit 7d13ccb

Please sign in to comment.