SFDO-Community / Salesforce-Indicators

Indicators Lightning Web Component
https://github.com/SFDO-Community-Sprints/Salesforce-Indicators/wiki
BSD 3-Clause "New" or "Revised" License
61 stars 19 forks source link

[BUG] Make the Setup Component wide enough to read the text in the picklist and make the picklist searchable. #176

Open monkeyfufu opened 3 weeks ago

monkeyfufu commented 3 weeks ago

Describe the bug When I go to the Indicator Setup in Salesforce, I see a horizontally truncated LWC.
It resizes nicely based on the column size, but it is maybe 50% of the column width instead of 100. It is also not searchable (no reactive typing to find the one to edit..

To Reproduce Steps to reproduce the behavior:

  1. Go to /lightning/n/inds__Indicators_Setup
  2. Click on the picklist
  3. do nothing but look
  4. See that most of the indicator names require a hover to see more than the prefix

Expected behavior A clear and concise description of what you expected to happen. I want to be able to read the words without hover.

Screenshots If applicable, add screenshots to help explain your problem. [indicatorsetup page bug.pdf](https://github.com/user-attachments/files/17161644/indicatorsetup.page.bug.pdf

Desktop (please complete the following information):

Smartphone (please complete the following information): NA

Additional context Add any other context about the problem here.

It would also be great to be able to start the picklist results filtering by typing.

Thank you.

JodieM commented 16 hours ago

Thanks for the bug report @monkeyfufu that is a good fix for us to do.