Soo's avatar
Level 2

Issues with Displaying Selected Developers and Testers in React

I am working on a React application to manage change requests, specifically for displaying selected developers and testers.

When I toggle the edit panel for a change request, I can successfully fetch and set the assigned developers and testers. However, when I try to display their names, I only see the remove button (×) for each name, and the background color is applied, but the actual names do not appear.

Here is the relevant code snippet I am using to display the selected developers and testers:

and this the methods :

Current Issues: Names Not Displaying: Instead of the developers' and testers' names, only the remove button and background color are visible. Removal Functionality: When I click the remove button for one name, it seems to remove all names instead of just the selected one. Any help on how to resolve these issues would be greatly appreciated!

0 likes
0 replies

Please or to participate in this conversation.