Search code examples
reactjsdropdown

How to add and display multiple items from dropdown menu and store an array in react


The dropdown menu will have a list of users who will be assigned to perform a specific task, so how to add & display those users dynamically using React JS


Solution

  • I have installed react-select package to solve this problem