Posted 23 January 2025, 7:42 am EST
- Updated 23 January 2025, 7:48 am EST
Hi I found one issue
I am trying to apply wjTooltip to wj-menu, but if I do that, the dropdown doesn’t open, but the tooltip shows perfectly.
<wj-menu #wjMenu
[header]=“options.header”
[wjTooltip]=“options.tooltip”
[wjTooltipPosition]=“‘Above’”
[isDisabled]=“options.disabled”
[selectedItem]=“options.selectedItem”
[maxDropDownHeight]=“options.maxDropDownHeight”
[ngClass]=“{ ‘wijmo-menu-grid-cell’: options.isInsideFlexgridCell }”
(itemClicked)=“onItemClicked()”>
<wj-menu-item
*ngIf=“!items || items.length === 0”
class=“wj-state-disabled”>
<wj-menu-item *ngFor=“let item of items”>
{{item[options.displayMemberPath]}}
I am also seeing an error in browser console
