You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TooltipBehavior handles the case where the label model implements IComponentAssignedModel but its subclass PopoverBehavior does not do that for the body model. Hence, using ResourceModel for the popover body is not properly supported.
As a workaround, StringResourceModel with an explicit component has to be used for the body model.
The text was updated successfully, but these errors were encountered:
TooltipBehavior
handles the case where the label model implementsIComponentAssignedModel
but its subclassPopoverBehavior
does not do that for the body model. Hence, usingResourceModel
for the popover body is not properly supported.As a workaround,
StringResourceModel
with an explicit component has to be used for the body model.The text was updated successfully, but these errors were encountered: