Open shajiahmed opened 2 years ago
Describe the bug A clear and concise description of what the bug is. When authoring list and selecting the description checkbox, there is a $ displayed in the description test Package version Provide a package version where the bug occurs. https://github.com/adobe/aem-react-core-wcm-components-base/blob/master/src/authoring/list/v2/ListV2.tsx To Reproduce Steps to reproduce the behavior:
This is coming from line 72 of the following code https://github.com/adobe/aem-react-core-wcm-components-base/blob/master/src/authoring/list/v2/ListV2.tsx
Expected behavior Item description must not have $ before the text
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
In TeaserV1 there is the same issue for links for 'actions'. https://github.com/adobe/aem-react-core-wcm-components-base/blob/master/src/authoring/teaser/v1/TeaserV1.tsx on line# 46
Describe the bug A clear and concise description of what the bug is. When authoring list and selecting the description checkbox, there is a $ displayed in the description test Package version Provide a package version where the bug occurs. https://github.com/adobe/aem-react-core-wcm-components-base/blob/master/src/authoring/list/v2/ListV2.tsx To Reproduce Steps to reproduce the behavior:
This is coming from line 72 of the following code https://github.com/adobe/aem-react-core-wcm-components-base/blob/master/src/authoring/list/v2/ListV2.tsx
Expected behavior Item description must not have $ before the text
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.