Hi I am using Popover in my project there i am translating the title using translate keyword. this was translating the title but it was breaking the onclose(event)
<jqxPopover #propertiesPopOver (onClose)="propertiesPopOverClose($event)" [showCloseButton]="true" [selector]="'#propertiespaneltour'" [title]=" 'propertiesTitle' | translate" [arrowOffsetValue]="0" [position]="'left'" [width]="350" [offset]='{left: 0, top: 70}' [autoClose]="false">
</jqxPopover>
While translating the popovers title the onClose(event) is not working. Could you suggest me some solution…
Thanks..