I've been searching for a custom third-party library to meet a specific need I have. Here's a snapshot of the dropdown in question. I looked into
https://www.npmjs.com/package/multiselect-react-dropdown
but it doesn't cover this particular scenario.
Essentially, here's what I'm trying to achieve. The user can choose either Test
or Prod
. Depending on their selection, I will query the backend to retrieve an array of releases. These will be displayed below the radio buttons, and the user can then select or deselect any checkboxes. Does anyone know of a 3rd party library that can help replicate this functionality?
If not, can someone provide some guidance on how we could create a custom dropdown like this? I'm not asking for code, just some advice on how to approach this development task.