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
During the PDS re-theme, the existing Popovers were mapped to the PDS Tooltip component. The Tooltip only takes a string as the prop for content as that is the scope of a tooltip. I was unware that some existing Popovers contained html markup such as lists and links.
My planned resolution is to expedite the development of a true Popover component (currently in the PDS backlog) and implement it here instead of the Tooltip.
The text was updated successfully, but these errors were encountered:
Expected behavior
Actual behavior
Steps to reproduce the problem
Suggested Resolution
During the PDS re-theme, the existing Popovers were mapped to the PDS Tooltip component. The Tooltip only takes a string as the prop for content as that is the scope of a tooltip. I was unware that some existing Popovers contained html markup such as lists and links.
My planned resolution is to expedite the development of a true Popover component (currently in the PDS backlog) and implement it here instead of the Tooltip.
The text was updated successfully, but these errors were encountered: