P3-Core-Dev-Team / P3-Q-A

This repo is for tracking features
Other
1 stars 0 forks source link

ADS-Search Form - Combo box values getting truncated in display- Fairview #115

Closed sumitraRaja closed 2 months ago

sumitraRaja commented 3 months ago

Describe the bug When there is a Label like "HealthLine,LLC " the list label gets truncated in the display of a combo box

To Reproduce Steps to reproduce the behavior:

  1. Create a combo box
  2. Give Label and value as Healthline, LLC [ tried within single quote and double quote as well 'HealthLine,LLC' ]
  3. Save the form
  4. Click on the combo box

Expected behavior The label should be as HealthLine, LLC if provided withing single quote Screenshots

Combo box issue

Additional context Build no : 2024.03.45414_P1 Region : Client : Fairview

prabhakaranUI commented 2 months ago

Development completed, Now the user can use a comma inside a double quote. eg: "HealthLine,LLC ". image

kilam005 commented 2 months ago

@prabhakaranUI show a demo to @sumitraRaja and get the confirmation before packing to release.

sumitraRaja commented 2 months ago

Looks good to me. Thanks

prabhakaranUI commented 2 months ago

@Udhayanila8 fix available in the test region Version: 2024.07.45502_RC1 image

Udhayanila8 commented 2 months ago

_Server https://testads.platform3solutions.com:4082/ Version: 2024.07.45502RC2

Screenshots While giving comma-separated values inside the double quotes, the values are listed properly. image image image image Able to perform the search image

maheswarareddyi commented 2 months ago

The fix has been tested and verified by the testing team and it is expected to be delivered in the next release.

sumitraRaja commented 2 months ago

Working fine as expected