Hi,
i need to create a tooltip from code javascript in razor page, like:
var tooltipObj = new Tooltip({ content: 'Tooltip text' });
tooltipObj.appendTo("#cmbCustomer");
But it gives error "Tooltip is not defined". How do I import the module, I think "Popups", correctly?
Best regards,
Massimo