-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Describe the bug
The "Hover text" on the "Billing Country" icon for "Company details" LWC is not showing correct text. Eg. if the billing country is Canada or CA, the hover text shows "The Country is not US or Canada". Screen shot attached.
Expected to show the field value.
To Reproduce
Steps to reproduce the behavior:
- Go to Sales->Accounts
- Click on any account which has "Billing Country" as US or CA
- Scroll to the right, hover on the LWC "Company details", "CA" icon
- See error, the hover text shows "The Country is not US or Canada"
Expected behavior
The hover text should retrieve the field value from the "Billing Country" and display.
Desktop (please complete the following information):
- OS: Windows
- Browser edge/chrome
- Version [e.g. 22]
Smartphone (please complete the following information):
-not tested
Additional context
If there is any static text entered in the "Hover Text" field in either of the Indicator Item or Indicator Item Extension, it overrides the field value and displays only the static text.
If the "Hover text" field is blank in both indicator item and indicator item extension, in this case, field value is displayed, which seems like a valid usecase.
But in the case of Billing country, we would like to display the static text "The country is not US or Canada" for the other billing countries which conflicts with the above usecase.
